mailApp/configuration/base.yaml

9 lines
145 B
YAML
Raw Normal View History

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