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
366 B
21 lines
366 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 = solar_energy
|
|
|
|
# salt
|
|
JWT_SECRET = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJsdJ9.eyJqdGkiOiJjYjc4M2I5Yi1kMGYxLTRjMWEtYmQyMC0zOTM'
|