石墨消解仪后端用nodejs编写,与嵌入式端交互和前端交互均用ws
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
377 B

# 端口
APP_PORT=3000
TCP_PORT=3001
# 网关的端口
CLIENT_PORT=3001
# tcp host
TCP_SERVER_HOST=127.0.0.1
# 网关的IP
TCP_CLIENT_HOST=127.0.0.1
# 数据库
MYSQL_HOST = localhost
MYSQL_PORT = 3306
MYSQL_USER = root
MYSQL_PWD = root
MYSQL_DB = chicken_breeding
# salt
JWT_SECRET = 'eyJ0e2223XAiOiJKV1Q33iLCJhbGciOiJsdJ9.eyJqd4GkiOiJjYjc4M2I5Yi1kMGYxLTRjMWEtYmQyMC0zOTM'