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 c5c5bfe commit 1a5e67eCopy full SHA for 1a5e67e
dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/Configuration.kt
@@ -41,9 +41,9 @@ private val localProperties = ConfigurationMap(
41
)
42
private val devProperties = ConfigurationMap(
43
mapOf(
44
- "database.host" to "b27dbvl013.preprod.local",
+ "database.host" to "b27dbvl007.preprod.local",
45
"database.port" to "5432",
46
- "database.name" to "dp-inntekt-db-q0",
+ "database.name" to "dp-inntekt-db-preprod",
47
"flyway.locations" to "db/migration,db/testdata",
48
"vault.mountpath" to "postgresql/preprod-fss/",
49
"hentinntektliste.url" to "https://app-q1.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",
0 commit comments