This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
spring:
|
||||
mail:
|
||||
host: smtp.gmail.com
|
||||
port: 587
|
||||
username: vlad.popovtsev@gmail.com
|
||||
password: aylgtjcxdtjvohrk
|
||||
properties:
|
||||
mail:
|
||||
smtp:
|
||||
auth: true
|
||||
starttls:
|
||||
enable: true
|
||||
|
||||
datasource:
|
||||
url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
|
||||
username: ${POSTGRES_USER}
|
||||
@@ -56,4 +68,13 @@ logging:
|
||||
yandex:
|
||||
api-key: ${YANDEX_API_KEY:AQVNyaVaUmgUb1GMCtf5zSEqFxy0woXrcMOOB43q}
|
||||
folder-id: ${YANDEX_FOLDER_ID:b1gokpdbm6qfpsou8pcd}
|
||||
search-url: ${YANDEX_SEARCH_URL:https://searchapi.api.cloud.yandex.net/v2/image/search_by_image}
|
||||
search-url: ${YANDEX_SEARCH_URL:https://searchapi.api.cloud.yandex.net/v2/image/search_by_image}
|
||||
|
||||
app:
|
||||
email:
|
||||
verification:
|
||||
expiration-hours: ${EMAIL_VERIFICATION_EXPIRATION:24}
|
||||
base-url: ${EMAIL_BASE_URL:http://localhost:80}
|
||||
from-email: ${EMAIL_FROM:noreply@yourdomain.com}
|
||||
templates:
|
||||
verification: verification-email.html
|
||||
Reference in New Issue
Block a user