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.
25 lines
448 B
25 lines
448 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'
|
|
|
|
# websocket
|
|
WEB_SOCKET_PORT = 4000
|
|
WEB_SOCKET_SERVER_HOST = 127.0.0.1
|