Skip to content

Commit

Permalink
Revert "go agane :-)"
Browse files Browse the repository at this point in the history
This reverts commit c40cda7.
  • Loading branch information
vebnor committed Dec 11, 2024
1 parent c40cda7 commit fedff4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions nais/dev-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ spec:
env:
- name: SWAGGER_SERVER_BASE_URL
value: https://k9-punsj.dev.intern.nav.no
- name: DEFAULTDS_VAULT_MOUNTPATH
value: ""

# SAF:
- name: SAF_BASE_URL
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ no.nav:
proxyUrl: ${HTTP_PROXY:}

db:
url: ${DB_URL}
url: ${DB_JDBC_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
vault_mountpath: ${DEFAULTDS_VAULT_MOUNTPATH}
vault_mountpath: ""

abac:
system_user: ${SYSTEMBRUKER_USERNAME}
Expand Down

0 comments on commit fedff4d

Please sign in to comment.