Files
banban/mini-program/.env.example
2026-03-26 11:25:34 +08:00

18 lines
350 B
Plaintext

APP_NAME=mini-program-api
APP_VERSION=0.1.0
APP_DESCRIPTION=Backend service for mini program
HOST=0.0.0.0
PORT=8001
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=change_me
DB_NAME=mini_program
JWT_SECRET=change_me_to_a_long_random_string
JWT_ALGORITHM=HS256
JWT_ACCESS_TOKEN_EXPIRE_MINUTES=60
LOG_LEVEL=INFO
LOG_JSON=false
SLOW_SQL_MS=200