You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
311 B
Bash

PORT=5500
GITHUB_CLIENTID=xxx
GITHUB_SECRET=xxx
AES=xxx
# Redis相关
REDIS_HOST=192.168.1.120
REDIS_PORT=6379
REDIS_PWD=xxx
REDIS_DB=1
# 使用WebSocket作为Json-Rpc的服务端监听地址
WS_JSON_RPC_SERVER_HOST=0.0.0.0
# 使用WebSocket作为Json-Rpc的服务端监听端口
WS_JSON_RPC_SERVER_PORT=5501