Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ spring:
username: ${dbusername}
password: ${dbpassword}
cloud:
vault:
host: ${VAULT_HOST}
consul:
host: ${CONSUL_HOST}
main:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spring:
bootstrap:
enabled: true
vault:
host: localhost
host: ${VAULT_HOST}
port: 8200
scheme: http
authentication: APPID
Expand Down
2 changes: 0 additions & 2 deletions api/api-app/src/main/resources/application-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ spring:
username: ${dbusername}
password: ${dbpassword}
cloud:
vault:
host: ${VAULT_HOST}
consul:
host: ${CONSUL_HOST}
port: 8500
Expand Down
2 changes: 1 addition & 1 deletion api/api-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spring:
bootstrap:
enabled: true
vault:
host: localhost
host: ${VAULT_HOST}
port: 8200
scheme: http
authentication: APPID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ spring:
password: ${dbpassword}
initialization-mode: always
cloud:
vault:
host: ${VAULT_HOST}
consul:
host: ${CONSUL_HOST}
port: 8500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spring:
bootstrap:
enabled: true
vault:
host: localhost
host: ${VAULT_HOST}
port: 8200
scheme: http
authentication: APPID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ spring:
url: r2dbc:postgresql://${DB_IP_PORT}/opex_eventlog
username: ${dbusername}
password: ${dbpassword}
initialization-mode: always
cloud:
vault:
host: ${VAULT_HOST}
initialization-mode: always
2 changes: 1 addition & 1 deletion eventlog/eventlog-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spring:
initialization-mode: always
cloud:
vault:
host: localhost
host: ${VAULT_HOST}
port: 8200
scheme: http
authentication: APPID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ spring:
username: ${dbusername}
password: ${dbpassword}
cloud:
vault:
host: ${VAULT_HOST}
consul:
host: ${CONSUL_HOST}
port: 8500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spring:
bootstrap:
enabled: true
vault:
host: localhost
host: ${VAULT_HOST}
port: 8200
scheme: http
authentication: APPID
Expand Down
2 changes: 0 additions & 2 deletions wallet/wallet-app/src/main/resources/application-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ spring:
password: ${dbpassword}
initialization-mode: always
cloud:
vault:
host: ${VAULT_HOST}
consul:
host: ${CONSUL_HOST}
port: 8500
2 changes: 1 addition & 1 deletion wallet/wallet-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spring:
bootstrap:
enabled: true
vault:
host: localhost
host: ${VAULT_HOST}
port: 8200
scheme: http
authentication: APPID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ spring:
username: ${dbusername}
password: ${dbpassword}
cloud:
vault:
host: ${VAULT_HOST}
consul:
host: ${CONSUL_HOST}
port: 8500
2 changes: 1 addition & 1 deletion websocket/websocket-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spring:
bootstrap:
enabled: true
vault:
host: localhost
host: ${VAULT_HOST}
port: 8200
scheme: http
authentication: APPID
Expand Down