@@ -40,11 +40,6 @@ security:
|
||||
allowed-headers: "*"
|
||||
allow-credentials: true
|
||||
|
||||
yandex:
|
||||
api-key: ${yandex.api-key}
|
||||
folder-id: ${yandex.folder-id}
|
||||
search-url: ${yandex.search-url}
|
||||
|
||||
server:
|
||||
port: ${SERVER_PORT:8080}
|
||||
|
||||
@@ -56,4 +51,9 @@ logging:
|
||||
file:
|
||||
name: logs/application.log
|
||||
pattern:
|
||||
console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
|
||||
console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
|
||||
|
||||
yandex:
|
||||
api-key: ${YANDEX_API_KEY}
|
||||
folder-id: ${YANDEX_FOLDER_ID}
|
||||
search-url: ${YANDEX_SEARCH_URL}
|
||||
Reference in New Issue
Block a user