mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-03 14:46:31 +00:00
7 lines
No EOL
141 B
YAML
7 lines
No EOL
141 B
YAML
application_port: 8000
|
|
database:
|
|
host: "localhost"
|
|
port: 5432
|
|
username: "postgres"
|
|
password: "password"
|
|
database_name: "newsletter" |