Skip to content

Commit 6485acf

Browse files
committed
Gå mot q0 database for 6g test
This reverts commit 832a96b.
1 parent f25542f commit 6485acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/InntektApiConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ internal object Config {
4242
)
4343
private val devProperties = ConfigurationMap(
4444
mapOf(
45-
"database.host" to "b27dbvl007.preprod.local",
45+
"database.host" to "b27dbvl013.preprod.local",
4646
"database.port" to "5432",
47-
"database.name" to "dp-inntekt-db-preprod",
47+
"database.name" to "dp-inntekt-db-q0",
4848
"flyway.locations" to "db/migration,db/testdata",
4949
"vault.mountpath" to "postgresql/preprod-fss/",
5050
"hentinntektliste.url" to "https://app-q1.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",

0 commit comments

Comments
 (0)