Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Стандартизация конфигов и API #79

Closed
aryunin opened this issue Apr 27, 2024 · 2 comments
Closed

Стандартизация конфигов и API #79

aryunin opened this issue Apr 27, 2024 · 2 comments
Assignees
Labels

Comments

@aryunin
Copy link
Owner

aryunin commented Apr 27, 2024

Привести конфиги и API к какому-то одному стандарту, что позволит легче увеличивать количество сервисов

@aryunin aryunin added the Back label Apr 27, 2024
@aryunin aryunin self-assigned this Apr 27, 2024
This was referenced Apr 27, 2024
@aryunin
Copy link
Owner Author

aryunin commented Apr 28, 2024

Начато в ticket 70

@aryunin
Copy link
Owner Author

aryunin commented Apr 29, 2024

Лишние переменные убраны.
Необходимые переменные вынесены в environments.

Naming-convention:
SERVICE_HOST,SERVICE_PORT - хост и порт текущего сервиса
*_HOST,*_PORT - хост и порт другого сервиса
DB_HOST,DB_PORT,DB_NAME,DB_USER,DB_PASSWORD - креденшлы для БД
LOG_LEVEL - уровень логирования (TRACE, DEBUG, INFO, WARN, ERROR, OFF)
PREV_SERVICE_HOST,PREV_SERVICE_PORT - хост и порт сервиса, после которого запускаться текущему сервису

@aryunin aryunin closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant