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