go-template/config/dev.yaml
2026-03-05 21:52:10 +01:00

13 lines
303 B
YAML

# Development configuration.
# Values here are safe for local use only — never commit production secrets.
# Override any key with an environment variable: APP_PORT=9090, LOGGER_LEVEL=debug
app:
name: "go-template"
port: 8080
env: "dev"
logger:
# debug | info | warn | error
level: "debug"