-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
97 lines (74 loc) · 1.45 KB
/
.env.example
File metadata and controls
97 lines (74 loc) · 1.45 KB
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
APP_ENV=production
APP_DEBUG=false
APP_KEY=base64:vOvAu5U+TBfm0fDw9VGlSEFRLcFqZAUWhFpla4T2CCk=
APP_VERSION=1.0
APP_URL=
APP_DOMAIN=
APP_LOG_LEVEL=error
LOG_CHANNEL=stack
SYSLOG_APPNAME=production.mc.
DB_HOST=0.0.0.0
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=file
QUEUE_DRIVER=database
REDIS_HOST=0.0.0.0
REDIS_PASSWORD=password
REDIS_PORT=6379
SESSION_COOKIE_NAME=mc # IMPORTANT Use underscore or dash instead of dot
SESSION_DOMAIN=
STORAGE_PATH=storage
ROOT_REPORT_MAIL=example@localhost
# Secondary parameters
TEST_DB_HOST=0.0.0.0
TEST_DB_DATABASE=testing_mc
TEST_DB_USERNAME=testing_mc
TEST_DB_PASSWORD=testing_mc
# Rollbar Exception Tracking
ROLLBAR_TOKEN=
# ROLLBAR_LEVEL=debug
# Mail Settings
MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=587
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
# GEOIP Package
# GEOIP_DRIVER=database
# GEOIP_USER_ID=
# GEOIP_LICENSE_KEY=
IPFINDER_API_KEY=
# Tidio Support Chat
TIDIO_KEY=
# reCAPTCHA
NOCAPTCHA_SECRET=
NOCAPTCHA_SITEKEY=
# Google Analytics
GA_TRACKING_ID=
# GenderAPI
GENDERAPI_KEY=
# oAuth2
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
LINKEDIN_CLIENT_ID=
LINKEDIN_CLIENT_SECRET=
# EU Legal Cookie Consent
COOKIE_CONSENT_ENABLED=true
# SMS SERVER
SMS_DRIVER=gsms
SMS_ID=
SMS_SECRET=
SMS_TEST=0
#SMS_FROM=Stomatolog
SMS_SELF_NUMBER=
# APP FIRST INDEX PAGE
APP_FIP_THEME=welcome