Merge pull request #4 from Quantum-P3/fix/account-activation-url
Fix account activation mail base-url
This commit is contained in:
commit
ad4002e03a
|
@ -19,8 +19,8 @@ workflows:
|
||||||
datasurvey:
|
datasurvey:
|
||||||
jobs:
|
jobs:
|
||||||
- build-and-test:
|
- build-and-test:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- qa
|
- qa
|
||||||
|
|
|
@ -116,7 +116,7 @@ jhipster:
|
||||||
token-validity-in-seconds: 86400
|
token-validity-in-seconds: 86400
|
||||||
token-validity-in-seconds-for-remember-me: 2592000
|
token-validity-in-seconds-for-remember-me: 2592000
|
||||||
mail: # specific JHipster mail property, for standard properties see MailProperties
|
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: http://datasurvey.org # Modify according to your server's URL
|
||||||
logging:
|
logging:
|
||||||
use-json-format: false # By default, logs are not in Json format
|
use-json-format: false # By default, logs are not in Json format
|
||||||
logstash: # Forward logs to logstash over a socket, used by LoggingConfiguration
|
logstash: # Forward logs to logstash over a socket, used by LoggingConfiguration
|
||||||
|
|
Loading…
Reference in New Issue