-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
68 lines (52 loc) · 998 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomKey!!!
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_TIMEZONE=Asia/Rangoon
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=memcached
SESSION_DRIVER=memcached
QUEUE_DRIVER=database
# API KEY for API Middleware (hexcores\api-support)
X-API-KEY=
X-API-SECRET=
ANALYTIC_REPORT=true
GA_ANALYTIC=true
GA_TRACKING_ID=
### Auth Keys
AUTH_APP_KEY=
AUTH_APP_SECRET=
#### Endpoint Keys
CANDIDATES_KEY=
CANDIDATES_SECRET=
CANDIDATES_BASE=
FAQ_KEY=
FAQ_SECRET=
FAQ_BASE=
GEO_KEY=
GEO_SECRET=
GEO_BASE=
PARTY_BASE=
# MAIL_DRIVER=smtp
# MAIL_HOST=mailtrap.io
# MAIL_PORT=2525
# MAIL_USERNAME=null
# MAIL_PASSWORD=null
# MAIL_FROM_ADDRESS=null
# MAIL_FROM_NAME=null
# FILESYSTEM_DRIVER=local
# FILESYSTEM_CLOUD=s3
# S3_KEY=null
# S3_SECRET=null
# S3_REGION=null
# S3_BUCKET=null
# RACKSPACE_USERNAME=null
# RACKSPACE_KEY=null
# RACKSPACE_CONTAINER=null
# RACKSPACE_REGION=null