mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
26 lines
371 B
YAML
26 lines
371 B
YAML
|
|
server:
|
||
|
|
host: "0.0.0.0"
|
||
|
|
port: 8080
|
||
|
|
mode: "release"
|
||
|
|
|
||
|
|
database:
|
||
|
|
host: "postgres"
|
||
|
|
port: 5432
|
||
|
|
user: "sub2api"
|
||
|
|
password: "${POSTGRES_PASSWORD}"
|
||
|
|
dbname: "sub2api"
|
||
|
|
|
||
|
|
redis:
|
||
|
|
host: "redis"
|
||
|
|
port: 6379
|
||
|
|
password: ""
|
||
|
|
|
||
|
|
jwt:
|
||
|
|
secret: "${JWT_SECRET}"
|
||
|
|
expire_hour: 24
|
||
|
|
|
||
|
|
default:
|
||
|
|
user_concurrency: 5
|
||
|
|
user_balance: 0
|
||
|
|
api_key_prefix: "sk-"
|
||
|
|
rate_multiplier: 1.0
|