-
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.
- Loading branch information
1 parent
14c62b5
commit e4be81e
Showing
2 changed files
with
34 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# edu-crm-calendar-service | ||
The calendar service for a multichat feature | ||
# Сервис календаря | ||
|
||
Данный сервис реализует логику работы с Google календарем и предоставлет grpc ручки для выполнения запросов. | ||
|
||
> 8083 - порт grpc сервера | ||
### Зона ответственности | ||
|
||
1. Запросы к API Google Календаря | ||
2. Создание каледнаря | ||
3. Создание событий | ||
4. Изменение событий | ||
5. Удаление событий | ||
6. Возврат списка событий | ||
|
||
### Переменные окружения | ||
|
||
`POSTGRES_USER` - имя пользователя для подключения к БД | ||
|
||
`POSTGRES_HOST` - хост для подключения к БД | ||
|
||
`POSTGRES_PASSWORD` - пароль для подключения к БД | ||
|
||
`POSTGRES_PORT` - порт для подключения к БД | ||
|
||
`POSTGRES_DB` - имя базы для подключения к БД | ||
|
||
`TOKEN_FILE` - абсолютный путь к файлу с токеном для API Google | ||
|
||
`CREDENTIALS_FILE` - абсолютный путь к файлу с кредами для API Google | ||
|
||
--- | ||
|
||
> Коммит со строкой `[DEPLOY]` в сообщении вызовет workflow для сборки докер-изображения и деплоя на сервер. |
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