-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
68 lines (56 loc) · 928 Bytes
/
.env.sample
File metadata and controls
68 lines (56 loc) · 928 Bytes
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#-- Basic Info
APPNAME=SiteBase
APPDOMAIN=local.sitebase
SALT=
#-- Database Info
DATABASE_HOST=localhost
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASS=
#-- Admin Info
ADMINPAGES_GROUP=admin
USE2FA_ADMIN=0
ADMIN_USER=
ADMIN_PASS=
ADMIN_EMAIL=
#-- Cache Info
CACHE_LIFETIME=3600
DISABLE_CACHE=0
ENABLE_FPC=0
PRELOAD_REWRITES=1
#-- Other Info
ENABLE_LOGGEDPAGES=0
USE2FA_USERS=0
LOGGEDPAGES_GROUP=users
DEBUG=1
GTMID=GTM-XXXX
GOOGLE_API_KEY=
MAPBOX_API_KEY=
ADMIN_DARK_MODE=
#-- ElasticSearch Info
ELASTICSEARCH=0
ELASTICSEARCH_HOST=localhost
ELASTICSEARCH_PORT=9200
#-- Smtp Info
SMTP_HOST=smtp.mailtrap.io
SMTP_PORT=587
#SMTP_ENC=ssl
SMTP_USER=
SMTP_PASS=
#-- SES Info
SES_PROFILE=default
SES_REGION=
# -- Redis Info
REDIS_CACHE=0
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DATABASE=1
# -- GraphQL Info --
GRAPHQL=1
# -- WebHooks Info --
WEBHOOKS=1
# -- Crud Info --
CRUD=1
# -- Webdav Info --
WEBDAV=1