Skip to content
Snippets Groups Projects

#90 Feature/setup ci cd

Open Ranindya Paramitha requested to merge feature/setup-ci-cd into develop
Files
10
@@ -19,7 +19,15 @@
"username": "postgres",
"password": "postgres",
"database": "ppl_production",
"host": "127.0.0.1",
"host": "34.69.41.145",
"port": "5432",
"dialect": "postgres"
},
"test-prod": {
"username": "postgres",
"password": "postgres",
"database": "ppl_test",
"host": "34.69.41.145",
"port": "5432",
"dialect": "postgres"
}