Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/pipeline/fpoversikt_datasource.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_DATABASE=fpoversikt
NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_USERNAME=fpoversikt
NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_PASSWORD=fpoversikt

DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpoversikt?reWriteBatchedInserts=true
DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpoversikt?reWriteBatchedInserts=true&password=fpoversikt&user=fpoversikt
DB_USERNAME=fpoversikt
DB_PASSWORD=fpoversikt
4 changes: 1 addition & 3 deletions resources/pipeline/fpsoknad_datasource.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
NAIS_DATABASE_FPSOKNAD_FPSOKNAD_JDBC_URL=jdbc:postgresql://postgres:5999/fpsoknad?password=fpsoknad&user=fpsoknad

DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpsoknad?reWriteBatchedInserts=true
DB_USERNAME=fpsoknad
DB_PASSWORD=fpsoknad
DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpsoknad?reWriteBatchedInserts=true&password=fpsoknad&user=fpsoknad