mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 12:54:25 +00:00
📝 Добавил примеры пользовательских настроек
This commit is contained in:
5
backend/.env.example
Normal file
5
backend/.env.example
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
PORT=Порт, например 3000
|
||||||
|
URI=Адрес базы данных
|
||||||
|
DB_NAME=Имя базы данных
|
||||||
|
SECRET=Секретное слово для сессии
|
||||||
|
PASSWORD=Ответ на вопрос на странице авторизации
|
||||||
5
backend/names.json.example
Normal file
5
backend/names.json.example
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[
|
||||||
|
"Участник Беседы 1",
|
||||||
|
"Участник Беседы 2",
|
||||||
|
"Участник Беседы 3"
|
||||||
|
]
|
||||||
1
frontend/.env.example
Normal file
1
frontend/.env.example
Normal file
@@ -0,0 +1 @@
|
|||||||
|
VUE_APP_QUESTION=Вопрос для страницы авторизации
|
||||||
Reference in New Issue
Block a user