From be255e40c08abc11a199a1184d4816733ce8e374 Mon Sep 17 00:00:00 2001 From: "shenan.quek" <77522687+sayoungestguy@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:48:21 +0800 Subject: [PATCH] Fix email url (remove /) --- 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 5b5d662..51b6845 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -121,7 +121,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://ec2-54-255-11-22.ap-southeast-1.compute.amazonaws.com/ # Modify according to your server's URL + base-url: http://ec2-54-255-11-22.ap-southeast-1.compute.amazonaws.com # Modify according to your server's URL logging: use-json-format: false # By default, logs are not in Json format logstash: # Forward logs to logstash over a socket, used by LoggingConfiguration