-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.template
59 lines (49 loc) · 1.28 KB
/
.env.template
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
APP_NAME=Laravel
APP_ENV=development
APP_KEY=base64:x55pKaVVFnMk51WSQOwHOgvhsiTc+aMX9a23f6kFFI8=
APP_DEBUG=true
APP_URL=http://localhost:2222
### uncomment if running behind a reverse proxy, and change to the actual https domain name
# PROXY_URL=https://backend.wcos.io
# PROXY_SCHEMA=https
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=wcos
DB_USERNAME=wcos
DB_PASSWORD=changeme
### Devsly EasySMS SMS gateway already integrated...
# https://www.facebook.com/devsly0/
# SMS_API_DEFAULT_GATEWAY=easysms
# SMS_API_BASE_URL=https://easysms.devs.ly/sms/api
# SMS_API_KEY=
GOOGLE_MAPS_DISTANCE_API_KEY=
GOOGLE_MAPS_KEY=
# relative or full path to the Service Account JSON file
FIREBASE_CREDENTIALS=
FIREBASE_PROJECT_ID=
# You can find the database URL for your project at
# https://console.firebase.google.com/project/_/database
FIREBASE_DATABASE_URL=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
JWT_SECRET=[some-string]