后台:json上传
This commit is contained in:
26
game-server/config/serverName.ts
Normal file
26
game-server/config/serverName.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
'development': {
|
||||
'type': 'development',
|
||||
'name': '本地服'
|
||||
},
|
||||
'production': {
|
||||
'type': 'production',
|
||||
'name': '正式服'
|
||||
},
|
||||
'alpha': {
|
||||
'type': 'alpha',
|
||||
'name': '测试服'
|
||||
},
|
||||
'dev': {
|
||||
'type': 'dev',
|
||||
'name': '开发服'
|
||||
},
|
||||
'isbn': {
|
||||
'type': 'isbn',
|
||||
'name': '版号服'
|
||||
},
|
||||
'monitor': {
|
||||
'type': 'monitor',
|
||||
'name': '监控服'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user