处理配置文件
This commit is contained in:
parent
41dcccb7d7
commit
4ed3a67f29
8
env.file
8
env.file
@ -4,14 +4,8 @@ ENDPOINT_ROOT_DIR="/usr/local/var/lib/iot/endpoint/"
|
||||
ENDPOINT_LOG_PATH="/usr/local/var/lib/iot/endpoint_log/"
|
||||
IOT_MNESIA_DIR="/usr/local/var/lib/iot/mnesia/"
|
||||
|
||||
[test]
|
||||
IOT_API_URL="http://127.0.0.1/api/v1"
|
||||
ENDPOINT_ROOT_DIR="/usr/local/code/database/"
|
||||
ENDPOINT_LOG_PATH="/usr/local/code/database/endpoint_log"
|
||||
IOT_MNESIA_DIR="/var/lib/iot/mnesia/"
|
||||
|
||||
[prod]
|
||||
IOT_API_URL="https://lgsiot.njau.edu.cn/api/v1/taskLog"
|
||||
IOT_API_URL="http://127.0.0.1/api/v1"
|
||||
ENDPOINT_ROOT_DIR="/var/lib/endpoint/database/"
|
||||
ENDPOINT_LOG_PATH="/var/lib/endpoint/endpoint_log"
|
||||
IOT_MNESIA_DIR="/var/lib/iot/mnesia/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user