-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
53 lines (43 loc) · 780 Bytes
/
.env.example
File metadata and controls
53 lines (43 loc) · 780 Bytes
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
APP_ENV=local
APP_DEBUG=true
APP_KEY=
APP_TIMEZONE=UTC
JWT_SECRET=
JWT_TTL=
JWT_REFRESH_TTL=
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
MONGODB_CONNECTION=mongodb
MONGODB_HOST=localhost
MONGODB_PORT=27017
MONGODB_DATABASE=homestead
MONGODB_USERNAME=homestead
MONGODB_PASSWORD=secret
CACHE_DRIVER=memcached
QUEUE_DRIVER=sync
API_STANDARDS_TREE=vnd
API_SUBTYPE=hackair
API_PREFIX=/
API_VERSION=v1
API_NAME=HackairAPI
API_STRICT=false
API_DEBUG=true
SENTRY_DSN=
GOOGLE_API_KEY=
GOOGLE_API_LANG=en
GOOGLE_API_REGION=GB
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mandrillapp.com
MAIL_PORT=587
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
MAIL_USERNAME=
MAIL_PASSWORD=
MANDRILL_KEY=API_KEY
API_URL=
WEB_URL=
ORCHESTRATOR_URL=