Skip to content

Commit 0d0e706

Browse files
committed
Bruke q0 database etter prodkopi
This reverts commit 1725eab.
1 parent d52765c commit 0d0e706

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/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ private val localProperties = ConfigurationMap(
4141
)
4242
private val devProperties = ConfigurationMap(
4343
mapOf(
44-
"database.host" to "b27dbvl007.preprod.local",
44+
"database.host" to "b27dbvl013.preprod.local",
4545
"database.port" to "5432",
46-
"database.name" to "dp-inntekt-db-preprod",
46+
"database.name" to "dp-inntekt-db-q0",
4747
"flyway.locations" to "db/migration,db/testdata",
4848
"vault.mountpath" to "postgresql/preprod-fss/",
4949
"hentinntektliste.url" to "https://app-q1.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",

0 commit comments

Comments
 (0)