Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Sep 26, 2023
1 parent 6743f64 commit f9c6a84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions conf/config.demo.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Keycloak]
auth_server_url = https://identity.keycloak.demo.eoepca.org/
admin_username = admin
admin_password = admin
realm = demo
admin_password = REPLACEME
realm = master
resource_server_endpoint = https://dummy-service.develop.eoepca.org
[Swagger]
swagger_url = /swagger-ui
Expand Down
4 changes: 2 additions & 2 deletions conf/config.develop.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Keycloak]
auth_server_url = https://identity.keycloak.develop.eoepca.org/
admin_username = admin
admin_password = admin
realm = demo
admin_password = REPLACEME
realm = master
resource_server_endpoint = https://dummy-service.develop.eoepca.org
[Swagger]
swagger_url = /swagger-ui
Expand Down
6 changes: 3 additions & 3 deletions conf/config.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Keycloak]
auth_server_url = http://localhost:8080
auth_server_url = http://localhost:8080/
admin_username = admin
admin_password = admin
realm = demo
admin_password = REPLACEME
realm = master
resource_server_endpoint = https://dummy-service.develop.eoepca.org
[Swagger]
swagger_url = /swagger-ui
Expand Down
4 changes: 2 additions & 2 deletions conf/config.production.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Keycloak]
auth_server_url = https://identity.keycloak.eoepca.org/
admin_username = admin
admin_password = admin
realm = demo
admin_password = REPLACEME
realm = master
resource_server_endpoint = https://dummy-service.develop.eoepca.org
[Swagger]
swagger_url = /swagger-ui
Expand Down

0 comments on commit f9c6a84

Please sign in to comment.