DeployHelper/.env.example

13 lines
359 B
Plaintext

PORT=3000
MYSQL_DSN="root:200967tao@tcp(192.168.1.12:3306)/ego?charset=utf8mb4&parseTime=True&loc=Local"
REDIS_ADDR="192.168.1.12:6379"
REDIS_PW="200967tao"
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://localhost:3000,http://127.0.0.1:8080"