Skip to content

Commit

Permalink
Fix email url (remove /)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Oct 31, 2024
1 parent bd379c9 commit be255e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be255e4

Please sign in to comment.