forked from timegridio/timegrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
53 lines (38 loc) · 831 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Primary parameters
APP_ENV=local
APP_DEBUG=true
APP_KEY=
APP_VERSION=3.0
APP_URL=http://localhost:8000/
SYSLOG_APPNAME=local.timegrid
DB_HOST=localhost
DB_DATABASE=tosto
DB_USERNAME=tosto
DB_PASSWORD=tosto
STORAGE_PATH=/home/username/timegrid/storage
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
# Secondary parameters
TEST_DB_HOST=localhost
TEST_DB_DATABASE=test.timegrid
TEST_DB_USERNAME=test.timegrid
TEST_DB_PASSWORD=test.timegrid
MAIL_DRIVER=mailgun
MAIL_HOST=smtp.mailgun.org
MAIL_PORT=587
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_PRETEND=true
MAIL_FROM_NAME="timegrid sample app"
GEOIP_DRIVER=database
GEOIP_USER_ID=
GEOIP_LICENSE_KEY=
MAILGUN_DOMAIN=
MAILGUN_SECRET=
TIDIO_KEY=
NOCAPTCHA_SECRET=
NOCAPTCHA_SITEKEY=
GA_TRACKING_ID=