This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 336
/
.env.example
98 lines (65 loc) · 1.46 KB
/
.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# ADVICE: For values with spaces, escape with double quotes.
#
# Example:
#
# MAIL_FROM_NAME="John Doe"
#
# Primary parameters
APP_ENV=local
APP_DEBUG=true
APP_KEY=xlhF31NeOlibJcoOW9tvZg7TkHcAZI3a
APP_VERSION=
APP_URL=http://localhost:8000/
# APP_DOMAIN= CONFIGURE FOR PRODUCTION
SYSLOG_APPNAME=local.timegrid
DB_HOST=localhost
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=file
QUEUE_DRIVER=sync
SESSION_COOKIE_NAME=example_timegrid # IMPORTANT Use underscore or dash instead of dot
STORAGE_PATH=/home/username/timegrid/app/storage
ROOT_REPORT_MAIL=example@localhost
# Secondary parameters
TEST_DB_HOST=localhost
TEST_DB_DATABASE=testing_timegrid
TEST_DB_USERNAME=testing_timegrid
TEST_DB_PASSWORD=testing_timegrid
# Rollbar Exception Tracking
# ROLLBAR_TOKEN=
# ROLLBAR_LEVEL=debug
# Mail Settings
MAIL_DRIVER=log
# MAIL_HOST=smtp.mailgun.org
# MAIL_PORT=587
# MAIL_USERNAME=
# MAIL_PASSWORD=
MAIL_FROM_ADDRESS=example@localhost
MAIL_FROM_NAME=timegrid.dev
# Mailgun API credentials
MAILGUN_DOMAIN=
MAILGUN_SECRET=
# GEOIP Package
GEOIP_DRIVER=database
GEOIP_USER_ID=
GEOIP_LICENSE_KEY=
# Tidio Support Chat
TIDIO_KEY=
# reCAPTCHA
NOCAPTCHA_SECRET=
NOCAPTCHA_SITEKEY=
# Google Analytics
GA_TRACKING_ID=UA-XXXXXXXX-X
# GenderAPI
GENDERAPI_KEY=
# oAuth2
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# EU Legal Cookie Consent
COOKIE_CONSENT_ENABLED=false