mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 17:52:24 +00:00
18 lines
257 B
YAML
18 lines
257 B
YAML
mode: "dev"
|
|
|
|
http_server:
|
|
address: "localhost:8080"
|
|
timeout: 3s
|
|
idle_timeout: 30s
|
|
api:
|
|
latest-version: v1
|
|
layers:
|
|
- b1
|
|
- s2
|
|
|
|
tls:
|
|
enabled: "true"
|
|
cert_file: "./cert/server.crt"
|
|
key_file: "./cert/server.key"
|
|
|
|
com_dir: "com/" |