Skip to content

Commit 89e4fe5

Browse files
committed
Revert "Change db for gjustering test."
This reverts commit d278beb.
1 parent d69e456 commit 89e4fe5

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
@@ -36,9 +36,9 @@ private val localProperties = ConfigurationMap(
3636
)
3737
private val devProperties = ConfigurationMap(
3838
mapOf(
39-
"database.host" to "b27dbvl013.preprod.local",
39+
"database.host" to "b27dbvl007.preprod.local",
4040
"database.port" to "5432",
41-
"database.name" to "dp-inntekt-db-q0",
41+
"database.name" to "dp-inntekt-db-preprod",
4242
"flyway.locations" to "db/migration,db/testdata",
4343
"vault.mountpath" to "postgresql/preprod-fss/",
4444
"hentinntektliste.url" to "https://app-q0.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",

0 commit comments

Comments
 (0)