19 lines
480 B
YAML
19 lines
480 B
YAML
# QuoteForge runtime config
|
|
# Runtime creates a minimal config automatically on first start.
|
|
# This file is only a reference template.
|
|
|
|
server:
|
|
host: "127.0.0.1" # Loopback only; remote HTTP binding is unsupported
|
|
port: 8080
|
|
mode: "release" # debug | release
|
|
read_timeout: "30s"
|
|
write_timeout: "30s"
|
|
|
|
backup:
|
|
time: "00:00"
|
|
|
|
logging:
|
|
level: "info" # debug | info | warn | error
|
|
format: "json" # json | text
|
|
output: "stdout" # stdout | stderr | /path/to/file
|