mailApp/configuration/base.yaml
Nick Bland ba4c7ccf64 Complete Chapter 5
+ Add in More CI/CD
+ Update Tests and Configurations
2024-03-18 13:56:21 +10:00

9 lines
145 B
YAML

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