forked from SSSCODING/UnicoreCMS
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.example
35 lines (29 loc) · 945 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Документация: https://unicore.uno/docs/settings/env
# Имя проекта [string, по-умолчанию: UnicoreCMS]
SITENAME=UnicoreCMS
# Базовый URL-адрес клиента (например: https://example.com) [string, обязательно]
BASEURL=http://127.0.0.1:3000
# Базовый URL-адрес сервера
API_BASEURL=http://127.0.0.1:5000
# Настройки подключения к БД
DATABASE_USER=unicore
DATABASE_PASSWORD=qwerty123
DATABASE_NAME=unicore
# Подпись JWT-токенов
JWT_KEY=qwerty123
# Настройки Recaptcha v3
RECAPTCHA_PUBLIC=qwerty123
RECAPTCHA_SECRET=qwerty123
# SMTP
SMTP_SERVICE=Yandex
SMTP_USER=example
SMTP_PASSWORD=example
# Docker
MYSQL_DATABASE=unicore
MYSQL_USER=unicore
MYSQL_PASSWORD=qwerty123
MYSQL_ROOT_PASSWORD=qwerty123
CLIENT_HOST=example.com
ADMIN_HOST=admin.example.com
SERVER_HOST=api.example.com