mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-27 03:23:48 +08:00
27 lines
593 B
Bash
27 lines
593 B
Bash
# Timezone
|
|
TZ=Asia/Shanghai
|
|
|
|
# MySQL Configuration
|
|
MYSQL_ROOT_PASSWORD=root
|
|
MYSQL_DATABASE=ruoyi-ai
|
|
MYSQL_PORT=3306
|
|
|
|
# Redis Configuration
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=
|
|
REDIS_DATABASE=0
|
|
REDIS_TIMEOUT=10s
|
|
|
|
# Backend Configuration
|
|
BACKEND_SERVER_PORT=6039
|
|
DB_URL=jdbc:mysql://mysql:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=root
|
|
REDIS_HOST=redis
|
|
|
|
# Admin Configuration
|
|
ADMIN_SERVER_PORT=8082
|
|
|
|
# Web Configuration
|
|
WEB_SERVER_PORT=8081
|