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
1 change: 1 addition & 0 deletions resources/pipeline/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ services:
container_name: fpsoknad
mem_limit: 512mb
environment:
NAIS_APP_NAME: fpsoknad
DOKGEN_REST_BASE_URL: http://fpdokgen:8080
KRYPTERING_PASSWORD: testnokkelforvtp
env_file:
Expand Down
4 changes: 4 additions & 0 deletions resources/pipeline/fpoversikt_datasource.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_PORT=5999
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_USERNAME=fpoversikt
DB_PASSWORD=fpoversikt
7 changes: 4 additions & 3 deletions resources/pipeline/fpsoknad_datasource.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
APP_NAME=fpsoknad
NAIS_APP_NAME=fpsoknad

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