remove profile settings

This commit is contained in:
Rebwon
2021-10-21 12:34:54 +09:00
committed by MaengSol
parent 357e2c61d9
commit ab56aa1a04
3 changed files with 37 additions and 19 deletions

View File

@@ -1,11 +1,30 @@
spring:
mail:
host: smtp.gmail.com
username: [ email ]
password: [ password ]
port: 587
properties:
mail.smtp:
auth: true
timeout: 5000
starttls:
enable: true
datasource:
url: jdbc:mysql://localhost:3307/yam?useSSL=false&serverTimezone=UTC&useCursors=false&sendStringParametersAsUnicode=false&characterEncoding=UTF8
username: root
password: pass
driver-class-name: com.mysql.cj.jdbc.Driver
session:
store-type: redis
redis:
host: localhost
password:
port: 6379
app:
mail:
host: http://localhost:8080

View File

@@ -1,21 +1,2 @@
spring:
mail:
host: smtp.gmail.com
username: [email]
password: [password]
port: 587
properties:
mail.smtp:
auth: true
timeout: 5000
starttls:
enable: true
session:
store-type: redis
app:
mail:
host: http://localhost:8080
server:
port: 18000

View File

@@ -1,5 +1,23 @@
spring:
mail:
host: smtp.gmail.com
username: [ email ]
password: [ password ]
port: 587
properties:
mail.smtp:
auth: true
timeout: 5000
starttls:
enable: true
session:
store-type: redis
redis:
host: localhost
password:
port: 6379
app:
mail:
host: http://localhost:8080