sadsad
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
define('APP_ENV', 'local');
|
||||
define('APP_ENV', 'prod');
|
||||
define('ASSET_VERSION', 'dev-' . date('Ymd-His'));
|
||||
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
|
||||
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
define('APP_ENV', 'local');
|
||||
define('APP_ENV', 'staging');
|
||||
define('ASSET_VERSION', 'dev-' . date('Ymd-His'));
|
||||
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
|
||||
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
|
||||
|
||||
Reference in New Issue
Block a user