Skip to content
Snippets Groups Projects

#90 Feature/setup ci cd

Open #90 Feature/setup ci cd
2 unresolved threads
Open Ranindya Paramitha requested to merge feature/setup-ci-cd into develop
2 unresolved threads
Viewing commit f826f541
Show latest version
2 files
+ 6
6
Preferences
Compare changes
Files
2
@@ -3,7 +3,7 @@
"username": "postgres",
"password": "postgres",
"database": "ppl_development",
"host": "34.69.41.145",
"host": "127.0.0.1",
"port": "5432",
"dialect": "postgres"
},
@@ -19,7 +19,7 @@
"username": "postgres",
"password": "postgres",
"database": "ppl_production",
"host": "127.0.0.1",
"host": "34.69.41.145",
"port": "5432",
"dialect": "postgres"
}