Complete Chapter 5

+ Add in More CI/CD
+ Update Tests and Configurations
This commit is contained in:
2024-03-18 13:56:21 +10:00
parent c88d909639
commit ba4c7ccf64
14 changed files with 225 additions and 74 deletions
+8
View File
@@ -0,0 +1,8 @@
application:
port: 8000
database:
host: "localhost"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"
+4
View File
@@ -0,0 +1,4 @@
application:
host: 127.0.0.1
database:
require_ssl: false
+4
View File
@@ -0,0 +1,4 @@
application:
host: 0.0.0.0
database:
require_ssl: true