url_shortener/config/local.yaml

9 lines
188 B
YAML

env: "local" # local, dev, prod
storage_path: "./storage/storage.db"
http_server:
address: "localhost:8082"
timeout: 4s
idle_timeout: 60s
admin:
username: "user"
password: "pa$$"