Skip to content

Commit 5b65e70

Browse files
committed
fixed #379 Error Controller is broken,
fixed #376 add UML to Documentation
1 parent aa50bb5 commit 5b65e70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ org:
7676
registration:
7777
maxRetries: 5
7878
ttlEmailVerificationRequest: 86400000
79-
urlHost: localhost:8080
80-
# ${SIMPLEWORKLIST_URL_APP_HOST}
79+
urlHost: ${SIMPLEWORKLIST_URL_APP_HOST}
8180
mailFrom: ${SIMPLEWORKLIST_MAIL_FROM}
8281
webMvc:
8382
controllerPageSize: 10

0 commit comments

Comments
 (0)