mailApp/configuration.yaml

7 lines
141 B
YAML
Raw Normal View History

2023-08-31 23:57:30 +10:00
application_port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"