23 lines
No EOL
426 B
YAML
23 lines
No EOL
426 B
YAML
server:
|
|
port: 8080
|
|
read_timeout: 15s
|
|
write_timeout: 15s
|
|
shutdown_timeout: 5s
|
|
|
|
database:
|
|
driver: sqlite3
|
|
dsn: otpm.sqlite
|
|
max_open_conns: 25
|
|
max_idle_conns: 25
|
|
max_lifetime: 5m
|
|
skip_migration: false
|
|
|
|
jwt:
|
|
secret: "your-jwt-secret-key-change-this-in-production"
|
|
expire_delta: 24h
|
|
refresh_delta: 168h
|
|
signing_method: HS256
|
|
|
|
wechat:
|
|
app_id: "your-wechat-app-id"
|
|
app_secret: "your-wechat-app-secret" |