mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +00:00
24dccda00c
* Adjust content encoding. * Refactor assertion. * Add one more test case * Fix assertions. * Fix route. * Stricter assertions * Few fixes. * Formatting
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" |