Skip to content

Commit d6be8fd

Browse files
authored
enklere oppsett (#1780)
1 parent 91b20be commit d6be8fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

resources/pipeline/fpoversikt_datasource.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_DATABASE=fpoversikt
44
NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_USERNAME=fpoversikt
55
NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_PASSWORD=fpoversikt
66

7-
DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpoversikt?reWriteBatchedInserts=true
7+
DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpoversikt?reWriteBatchedInserts=true&password=fpoversikt&user=fpoversikt
88
DB_USERNAME=fpoversikt
99
DB_PASSWORD=fpoversikt
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
NAIS_DATABASE_FPSOKNAD_FPSOKNAD_JDBC_URL=jdbc:postgresql://postgres:5999/fpsoknad?password=fpsoknad&user=fpsoknad
22

3-
DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpsoknad?reWriteBatchedInserts=true
4-
DB_USERNAME=fpsoknad
5-
DB_PASSWORD=fpsoknad
3+
DB_JDBC_URL=jdbc:postgresql://postgres:5999/fpsoknad?reWriteBatchedInserts=true&password=fpsoknad&user=fpsoknad

0 commit comments

Comments
 (0)