Skip to content

Commit

Permalink
Flytte database i dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frodank committed Feb 27, 2024
1 parent c1d5bfb commit 9b4af36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/no/nav/statistikkapi/db/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Database(cluster: Cluster) {
private val config = when (cluster) {
Cluster.DEV_FSS -> DbConf(
mountPath = "postgresql/preprod-fss",
jdbcUrl = "jdbc:postgresql://b27dbvl009.preprod.local:5432/rekrutteringsbistand-statistikk"
jdbcUrl = "jdbc:postgresql://b27dbvl033.preprod.local:5432/rekrutteringsbistand-statistikk"
)
Cluster.PROD_FSS -> DbConf(
mountPath = "postgresql/prod-fss",
Expand Down

0 comments on commit 9b4af36

Please sign in to comment.