first commit
This commit is contained in:
8
金壶/ydyd_service/extend/develop_config.php
Normal file
8
金壶/ydyd_service/extend/develop_config.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
//开发环境特有变量,等实际使用时再看怎么使其分开生效
|
||||
return [
|
||||
'SERVICE_SITE_URL' => 'service.ydyd.com',
|
||||
'WEB_AJAX_DOMAIN' => 'http://www.ydyd.com',
|
||||
'SESSION_DOMAIN' => '.ydyd.com',
|
||||
'SMS_TEST_FALG' => true,
|
||||
];
|
||||
Reference in New Issue
Block a user