We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69e456 commit 89e4fe5Copy full SHA for 89e4fe5
dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/Configuration.kt
@@ -36,9 +36,9 @@ private val localProperties = ConfigurationMap(
36
)
37
private val devProperties = ConfigurationMap(
38
mapOf(
39
- "database.host" to "b27dbvl013.preprod.local",
+ "database.host" to "b27dbvl007.preprod.local",
40
"database.port" to "5432",
41
- "database.name" to "dp-inntekt-db-q0",
+ "database.name" to "dp-inntekt-db-preprod",
42
"flyway.locations" to "db/migration,db/testdata",
43
"vault.mountpath" to "postgresql/preprod-fss/",
44
"hentinntektliste.url" to "https://app-q0.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",
0 commit comments