mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-02 04:07:42 +08:00
修改默认以 127.0.0.1 访问
This commit is contained in:
parent
6f251db124
commit
7f822dedc2
@ -52,9 +52,9 @@ module.exports = appInfo => {
|
||||
logger: {
|
||||
dir: path.join(appInfo.baseDir, 'logs'),
|
||||
},
|
||||
server_path: 'http://localhost:8080',
|
||||
server_api: 'http://localhost:8080/api',
|
||||
|
||||
server_path: 'http://127.0.0.1:8080',
|
||||
server_api: 'http://127.0.0.1:8080/api',
|
||||
|
||||
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user