rename envar.production to envar.ENV_PRODUCTION
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports={
|
|||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
port: undefined,
|
port: undefined,
|
||||||
|
|
||||||
production: {
|
ENV_PRODUCTION: {
|
||||||
protocol: 'httpall',
|
protocol: 'httpall',
|
||||||
host: 'vic-user.bittic.org',
|
host: 'vic-user.bittic.org',
|
||||||
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
||||||
|
|||||||
Reference in New Issue
Block a user