13 lines
303 B
YAML
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"
|