-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Актуализация переменных окружения, названий, github действий, докера …
…и так далее после начала становления ботом "Protego Totalum".
- Loading branch information
Vladislav Kuznetsov
committed
Jul 5, 2024
1 parent
f61f1d8
commit 365d808
Showing
10 changed files
with
24 additions
and
25 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
spring: | ||
# Для добавления схемы для подключения к БД добавить в конец 'spring.r2dbc/liquibase.url': | ||
# '?currentSchema=${LEO_DB_SCHEMA_NAME:leo_bot_schema}' | ||
# '?currentSchema=${PT_DB_SCHEMA_NAME:protego_totalum}' | ||
r2dbc: | ||
url: r2dbc:${LEO_DB_TYPE:postgresql}://${LEO_DB_HOST:localhost}:${LEO_DB_PORT:5123}/${LEO_DB_NAME:leo_db} | ||
username: ${LEO_DB_LOGIN:leo_login} | ||
password: ${LEO_DB_PASSWORD:leo_password} | ||
url: r2dbc:${PT_DB_TYPE:postgresql}://${PT_DB_HOST:localhost}:${PT_DB_PORT:5123}/${PT_DB_NAME:protego_totalum} | ||
username: ${PT_DB_LOGIN:protego_totalum} | ||
password: ${PT_DB_PASSWORD:protego_totalum} | ||
liquibase: | ||
url: jdbc:${LEO_DB_TYPE:postgresql}://${LEO_DB_HOST:localhost}:${LEO_DB_PORT:5123}/${LEO_DB_NAME:leo_db} | ||
user: ${LEO_DB_LOGIN:leo_login} | ||
password: ${LEO_DB_PASSWORD:leo_password} | ||
url: jdbc:${PT_DB_TYPE:postgresql}://${PT_DB_HOST:localhost}:${PT_DB_PORT:5123}/${PT_DB_NAME:protego_totalum} | ||
user: ${PT_DB_LOGIN:protego_totalum} | ||
password: ${PT_DB_PASSWORD:protego_totalum} | ||
|
||
logging: | ||
level: | ||
org: | ||
springframework: | ||
r2dbc: ${LEO_R2DBC_LOGGING_LEVEL:DEBUG} | ||
r2dbc: ${PT_R2DBC_LOGGING_LEVEL:DEBUG} |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
server: | ||
port: ${LEO_SERVER_PORT:2303} | ||
port: ${PT_SERVER_PORT:2303} |
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