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.
14 lines
300 B
14 lines
300 B
|
|
# 数据库
|
|
MYSQL_HOST = 127.0.0.1
|
|
MYSQL_USER = root
|
|
MYSQL_PWD = root
|
|
MYSQL_DB = chicken_breeding
|
|
|
|
# websocket 本机中间件配置 server
|
|
WEB_SOCKET_PORT = 8080
|
|
WEB_SOCKET_SERVER_HOST = 127.0.0.1
|
|
|
|
# websocket 嵌入式配置 server
|
|
WEB_SOCKET_ARM_PORT = 8080
|
|
WEB_SOCKET_ARM_SERVER_HOST = 127.0.0.1
|