@@ -0,0 +1,2 @@
|
||||
server:
|
||||
baseurl: "http://localhost"
|
||||
@@ -0,0 +1,2 @@
|
||||
server:
|
||||
baseurl: "http://92.242.61.23"
|
||||
@@ -1,4 +1,8 @@
|
||||
spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: ${SPRING_PROFILES_ACTIVE:dev}
|
||||
|
||||
mail:
|
||||
host: smtp.gmail.com
|
||||
port: 587
|
||||
@@ -11,15 +15,15 @@ spring:
|
||||
starttls:
|
||||
enable: true
|
||||
|
||||
# mail:
|
||||
# host: postfix
|
||||
# port: 25
|
||||
# username: noreply@nocopy.com
|
||||
# password: nocopy!nocopy!
|
||||
# properties:
|
||||
# mail.smtp.auth: false
|
||||
# mail.smtp.starttls.enable: false
|
||||
# mail.debug: true
|
||||
# mail:
|
||||
# host: postfix
|
||||
# port: 25
|
||||
# username: noreply@nocopy.com
|
||||
# password: nocopy!nocopy!
|
||||
# properties:
|
||||
# mail.smtp.auth: false
|
||||
# mail.smtp.starttls.enable: false
|
||||
# mail.debug: true
|
||||
|
||||
flyway:
|
||||
enabled: true
|
||||
@@ -87,5 +91,5 @@ app:
|
||||
email:
|
||||
verification:
|
||||
standart-subject: NO COPY - Подтверждение email адреса
|
||||
standart-address-from: NO COPY <noreply@nocopy.com>
|
||||
standart-address-from: vlad.popovtsev@gmail.com
|
||||
user: Пользователь
|
||||
Reference in New Issue
Block a user