31 lines
516 B
YAML
31 lines
516 B
YAML
server:
|
|
http:
|
|
network: tcp
|
|
addr: 127.0.0.1:18000
|
|
timeout: 60s
|
|
data:
|
|
database:
|
|
driver: sqlite
|
|
path: .tmp/init-smoke
|
|
name: fresh
|
|
source: ""
|
|
prefix: ""
|
|
log_mode: silent
|
|
redis:
|
|
addr: ""
|
|
admin:
|
|
router_prefix: ""
|
|
jwt:
|
|
signing_key: init-test-secret
|
|
expires_time: 3600s
|
|
buffer_time: 300s
|
|
issuer: kra
|
|
system:
|
|
disable_auto_migrate: false
|
|
local:
|
|
store_path: .tmp/init-smoke/uploads
|
|
path_prefix: uploads/file
|
|
app:
|
|
app_id: kra
|
|
env: test
|