Skip to content

Commit

Permalink
midlertidig fjern db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvinjevoll committed Sep 10, 2024
1 parent 772d8f9 commit 9d76a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/no/nav/aap/brev/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ internal fun Application.server(dbConfig: DbConfig) {

authentication(AzureConfig())

val dataSource = initDatasource(dbConfig)
Migrering.migrate(dataSource)
// val dataSource = initDatasource(dbConfig)
// Migrering.migrate(dataSource)

routing {
authenticate(AZURE) {
Expand Down

0 comments on commit 9d76a0e

Please sign in to comment.