From dff58a7d0af2cf43067c59e100c8709575fc4111 Mon Sep 17 00:00:00 2001 From: vesem Date: Tue, 10 Aug 2021 18:47:20 -0400 Subject: [PATCH] Added mail configuration --- src/main/resources/config/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index d48da496..d706ec42 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -116,7 +116,7 @@ jhipster: token-validity-in-seconds: 86400 token-validity-in-seconds-for-remember-me: 2592000 mail: # specific JHipster mail property, for standard properties see MailProperties - base-url: http://my-server-url-to-change # Modify according to your server's URL + base-url: https://crusadetracker.nerdfortress.dev # Modify according to your server's URL metrics: logs: # Reports metrics in the logs enabled: false