forked from opengovfoundation/madison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
43 lines (35 loc) · 952 Bytes
/
.env
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
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
APP_NAME='Madison'
DB_DRIVE=mysql
DB_HOST=localhost
DB_DATABASE=forge
DB_USERNAME="forge"
DB_PASSWORD="9UBre1pNTFTxSBnsb4U1"
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=9bb4617c29bf00
MAIL_PASSWORD=80962e04008964
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME=user
ADMIN_EMAIL="[email protected]"
ADMIN_PASSWORD=secret
FB_CLIENT_ID=null
FB_CLIENT_SECRET=null
TW_CLIENT_ID=null
TW_CLIENT_SECRET=null
LI_CLIENT_ID=null
LI_CLIENT_SECRET=null
# This is the uservoice javascript file hash in the UV uv.src embed code
# Used as such: uv.src = '//widget.uservoice.com/' + uservoiceHash + '.js';
USERVOICE=null
# This is needed to sync sessions between Madison Core (this application) and
# the Madison Editor.
COOKIE_DOMAIN=.mymadison.local
# Your Google Analytics account (eg. 'UA-00000000-0')
GA=null