/
ingvion
/
PlanerService
Обзор
Документация
Войти
/
ingvion
/
PlanerService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
env.example
19 строк
438 B
lenadekart
last commit
23 ноя 2025, 08:53
23 ноя 2025, 08:53
2de76fd
Код
Авторство
О чём код?
# Database Configuration DB_HOST=db DB_PORT=5432 DB_NAME=planer_db DB_USER=planer_user DB_PASSWORD=planer_password # GigaChat API Configuration GIGACHAT_CREDENTIALS=your_gigachat_credentials_here GIGACHAT_SCOPE=GIGACHAT_API_PERS # JWT Configuration SECRET_KEY=your_secret_key_here_generate_random_string ALGORITHM=HS256 ACCESS_TOKEN_EXPIRE_MINUTES=30 # Application BACKEND_URL=http://localhost:8000 FRONTEND_URL=http://localhost:3000