7 lines
118 B
YAML
Executable File

# config.yaml
database:
url: "postgres://user:secret@localhost:5432/time_tracking_db"
server:
port: "8080"