mirror of https://github.com/rocboss/paopao-ce
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.0 KiB
52 lines
1.0 KiB
# Minimal Docker bootstrap config.
|
|
# The container still starts from embedded defaults; this file keeps only the
|
|
# startup-critical overrides for the bundled Docker environment.
|
|
|
|
App:
|
|
RunMode: debug
|
|
|
|
Features:
|
|
Default: ["Web", "Frontend:EmbedWeb", "Meili", "LocalOSS", "MySQL", "LoggerFile", "Migration"]
|
|
|
|
WebServer:
|
|
HttpIp: 0.0.0.0
|
|
HttpPort: 8008
|
|
|
|
Database:
|
|
LogLevel: error
|
|
TablePrefix: p_
|
|
|
|
MySQL: # MySQL数据库
|
|
Username: paopao_new # 填写你的数据库账号
|
|
Password: YYwanPQz4sanEZBd # 填写你的数据库密码
|
|
Host: 10.10.10.199:8306
|
|
DBName: paopao_new
|
|
Charset: utf8mb4
|
|
ParseTime: True
|
|
MaxIdleConns: 10
|
|
MaxOpenConns: 30
|
|
|
|
Redis:
|
|
InitAddress:
|
|
- 127.0.0.1:6379
|
|
|
|
JWT:
|
|
Secret: 18a6413dc4fe394c66345ebe501b2f26
|
|
Issuer: paopao-api
|
|
Expire: 86400
|
|
|
|
AdminSettings:
|
|
EncryptionKey: "CHANGE-ME-TO-A-LONG-RANDOM-SECRET"
|
|
|
|
Meili:
|
|
Host: 127.0.0.1:7700
|
|
Index: paopao-data
|
|
ApiKey: paopao-meilisearch
|
|
Secure: false
|
|
|
|
LocalOSS:
|
|
SavePath: custom/oss
|
|
Secure: false
|
|
Bucket: paopao
|
|
Domain: 127.0.0.1:8008
|