-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c327177
commit f7d274c
Showing
5 changed files
with
60 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
POSTGRES_PASSWORD='flexwork123' | ||
JWT_BASE64_SECRET='anhsREVnM1hDbTdSQnhHMGpQMW80eHFoZmV5blIxZG9QMVBlT0RIUVZlY3RpcHBqZHlqbGZraGU2NW8zekR6dk9VbkJYckI3VUh0eTJjckhpZnNsVjQ1c1VX' | ||
spring.mail.host=smtp.gmail.com | ||
[email protected] | ||
spring.mail.port=587 | ||
spring.mail.properties.mail.smtp.starttls.enable=true | ||
spring.mail.properties.mail.smtp.starttls.required=true | ||
spring.mail.properties.mail.smtp.port=587 | ||
spring.mail.password=fhbq nfoj baku hszc | ||
spring.mail.properties.mail.smtp.auth=true | ||
[email protected] | ||
flexwork.mail.base-url=http://localhost:3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ server: | |
flexwork: | ||
mail: | ||
from: [email protected] | ||
base-url: http://127.0.0.1:8080 | ||
base-url: http://127.0.0.1:3000 | ||
# CORS is only enabled by default with the "dev" profile | ||
cors: | ||
# Allow Ionic for JHipster by default (* no longer allowed in Spring Boot 2.4+) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters