-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance readability of configuration file and remove unused code
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 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
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ spring.datasource.url=${PAFW_DB_URL} | |
spring.datasource.username=${PAFW_DB_USER} | ||
spring.datasource.password=${PAFW_DB_PASSWORD} | ||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver | ||
|
||
# upload limit | ||
# you need modify this value if you want upload bigger image | ||
spring.servlet.multipart.max-file-size=30MB | ||
|
@@ -25,8 +26,11 @@ app.maxAvatarSizeInMegaBytes=3 | |
# The default image size limit for new sign-up users | ||
# you can modify this value | ||
app.newSignupImageSizeLimit=30 | ||
# security | ||
# password encoder | ||
# BCrypt pbkdf2 argon2 | ||
app.idForEncode=argon2 | ||
# website detail | ||
# website location country | ||
app.webCountry=Taiwan | ||
# website name | ||
|
@@ -42,6 +46,7 @@ [email protected] | |
# login form additional information | ||
app.loginInfoTC=\u5982\u679C\u9047\u5230\u767B\u5165\u554F\u984C\uFF0C\u8ACB\u806F\u7E6B [email protected] | ||
app.loginInfoEN=Contact [email protected] if you're experiencing issues logging into your account. | ||
# other setting | ||
logging.level.org.atmosphere=warn | ||
spring.mustache.check-template-location=false | ||
# Launch the default browser when starting the application in development mode | ||
|