-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
61 lines (48 loc) · 975 Bytes
/
.env.example
File metadata and controls
61 lines (48 loc) · 975 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
54
55
56
57
58
59
60
61
APP_NAME='Alerts admin'
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
GOOGLE_MAPS_KEY=
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_ENCRYPTION=tls
MAIL_USERNAME=your-email@example.com
MAIL_PASSWORD=your-email-password
MAIL_FROM_ADDRESS=your-email@example.com
MAIL_FROM_NAME="Your Name or Company"
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
RCN_API_VERSION=v1
RCN_API_URL=host.docker.internal:8080
RCN_API_USER=test
RCN_API_PASSWORD=test
FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_ANALYTICS_TRACKER_ID=
SENTRY_DSN=
TRANSIFEX_API_TOKEN=
TRANSIFEX_PROJECT=
TRANSIFEX_SLUG=
BUCKET_URL=
MAIL_ENDPOINT=
MAIL_FROM=
MAIL_API_KEY=