13 lines
368 B
Bash
13 lines
368 B
Bash
PORT=3000
|
|
MYSQL_DSN="root:200967tao@tcp(www.suyun.store:3306)/ego?charset=utf8mb4&parseTime=True&loc=Local"
|
|
REDIS_ADDR="www.suyun.store:6379"
|
|
REDIS_PW="tao200967"
|
|
REDIS_DB="0"
|
|
REDIS_POOL_SIZE=20
|
|
REDIS_READ_TIMEOUT=3s
|
|
JWT_SECRET="YouOnlyLiveOnce"
|
|
GIN_MODE="test"
|
|
LOG_LEVEL="info"
|
|
LOG_PATH="./logs/"
|
|
CORS_ALLOWED_ORIGINS="http://www.unbug.cn:3000,http://127.0.0.1:3000"
|