asd
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
|
||||
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
|
||||
define('APP_API_BASE', 'https://api.' . APP_DOMAIN_PRIMARY);
|
||||
define('APP_DB_ENABLED', false); // set true to enable DB connection
|
||||
define('APP_DB_ENABLED', true); // set true to enable DB connection
|
||||
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
|
||||
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
|
||||
define('APP_API_BASE', 'https://api.' . APP_DOMAIN_PRIMARY);
|
||||
define('APP_DB_ENABLED', false); // set true to enable DB connection
|
||||
define('APP_DB_ENABLED', true); // set true to enable DB connection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user