rss-reader/src/configuration.yaml

10 lines
163 B
YAML

application:
port: 8000
host: 127.0.0.1
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"