Skip to content

Commit

Permalink
IM-429 chore: correct indentation in application.yml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaBc3 committed Sep 26, 2024
1 parent 53b4556 commit e52117c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions klab.hub/src/main/resources/application.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ keycloak:
bearer-only: true
hub:
env:
app-base-url: http://localhost:8284/hub
base-url: http://localhost:8284/hub
environment: development
keycloak-url: http://localhost:8078
static-base-url: http://127.0.0.1:90
app-base-url: http://localhost:8284/hub
base-url: http://localhost:8284/hub
environment: development
keycloak-url: http://localhost:8078
static-base-url: http://127.0.0.1:90
cors:
hosts:
allow: http://localhost:8080, https://localhost:8080, http://localhost:8284, https://localhost:8284

0 comments on commit e52117c

Please sign in to comment.