14 lines
523 B
PHP
14 lines
523 B
PHP
<?php
|
|
//include "../DIZ/DirectAccess-preventer.php";
|
|
define("APP_NAME", "BSfranchiseePortal");
|
|
define("HTTP_HOST", "");//$_SERVER['HTTP_HOST'] == 'localhost:8080';$_SERVER['SERVER_NAME'] == 'localhost';
|
|
define("F_D",0);
|
|
define("MYSQL_HOST", "localhost");
|
|
define("MYSQL_USER", "scc-pg2022_pg");
|
|
define("MYSQL_PASS", "Simple2pass");
|
|
define("MYSQL_DB", "scc-pg2022_pg");
|
|
define("TABLE", "scc_pg_23");
|
|
define("PROJECT_DOMAIN", "pg21.sreechaitanyacollege.in");
|
|
define("API_DOMAIN", "https://api.teenybeans.in");
|
|
?>
|