Files
mixio/src/config.json
Eason010212 b13e59882a 1.9.0
2022-07-22 15:05:11 +08:00

12 lines
300 B
JSON

{
"MIXIO_HTTP_PORT": 8080,
"MIXIO_HTTPS_PORT": 8081,
"HTTPS_PRIVATE_PEM": "./certs/private.pem",
"HTTPS_CRT_FILE": "./certs/file.crt",
"MAX_PROJECT_NUM_PER_USER": 20,
"ALLOW_REGISTER": true,
"ALLOW_HOOK": true,
"OFFLINE_MODE": true,
"BAIDU_MAP_AK": "",
"BAIDU_MAP_SERVER_AK": ""
}