Complete Chapter 5
+ Add in More CI/CD + Update Tests and Configurations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
application:
|
||||
port: 8000
|
||||
database:
|
||||
host: "localhost"
|
||||
port: 5432
|
||||
username: "postgres"
|
||||
password: "password"
|
||||
database_name: "newsletter"
|
||||
@@ -0,0 +1,4 @@
|
||||
application:
|
||||
host: 127.0.0.1
|
||||
database:
|
||||
require_ssl: false
|
||||
@@ -0,0 +1,4 @@
|
||||
application:
|
||||
host: 0.0.0.0
|
||||
database:
|
||||
require_ssl: true
|
||||
Reference in New Issue
Block a user