Files
lms-it-oms/.env.example

13 lines
514 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Управление ИТ (ОМС) — система дистанционного обучения
# Скопировать в .env и при необходимости изменить значения
# База данных (будет использоваться серверной частью)
# POSTGRES_HOST=db
# POSTGRES_PORT=5432
# POSTGRES_DB=lms_it_oms
# POSTGRES_USER=lms
# POSTGRES_PASSWORD=задать_пароль
# Приложение
# SECRET_KEY=задать_секретный_ключ