File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -685,6 +685,7 @@ services:
685685 container_name : fpsoknad
686686 mem_limit : 512mb
687687 environment :
688+ NAIS_APP_NAME : fpsoknad
688689 DOKGEN_REST_BASE_URL : http://fpdokgen:8080
689690 KRYPTERING_PASSWORD : testnokkelforvtp
690691 env_file :
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_PORT=5999
33NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_DATABASE = fpoversikt
44NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_USERNAME = fpoversikt
55NAIS_DATABASE_FPOVERSIKT_FPOVERSIKT_PASSWORD = fpoversikt
6+
7+ DB_JDBC_URL = jdbc:postgresql://postgres:5999/fpoversikt?reWriteBatchedInserts=true
8+ DB_USERNAME = fpoversikt
9+ DB_PASSWORD = fpoversikt
Original file line number Diff line number Diff line change 1- APP_NAME = fpsoknad
2- NAIS_APP_NAME = fpsoknad
3-
41NAIS_DATABASE_FPSOKNAD_FPSOKNAD_JDBC_URL = jdbc:postgresql://postgres:5999/fpsoknad?password=fpsoknad&user=fpsoknad
2+
3+ DB_JDBC_URL = jdbc:postgresql://postgres:5999/fpsoknad?reWriteBatchedInserts=true
4+ DB_USERNAME = fpsoknad
5+ DB_PASSWORD = fpsoknad
You can’t perform that action at this time.
0 commit comments