-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
64 lines (51 loc) · 1.04 KB
/
.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
APP_ENV=local
APP_DEBUG=true
APP_LOG=single
APP_KEY=
# DB_HOST=mysql
# DB_PORT=3306
# DB_DATABASE=bbms
# DB_USERNAME=root
# DB_PASSWORD=root
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
BROADCAST_DRIVER=log
FILE_STORE=local
SESSION_SECURE_COOKIE=false
# Not applicable to local dev
FORCE_SECURE=false
AWS_KEY=
AWS_SECRET=
AWS_QUEUE_URL=
AWS_REGION=
S3_BUCKET=
GOCARDLESS_ACCESS_TOKEN=
NEW_GOCARDLESS_ENV=SANDBOX
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_ENCRYPTION=null
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"
SPARK_ACCESS_TOKEN=
# Not necesary for local development
# Error monitoring
SENTRY_LARAVEL_DSN=
SSO_KEY=
# For Telegram notifications
TELEGRAM_BOT_KEY=
TELEGRAM_BOT_CHAT=
TELEGRAM_NOTIFICATIONS_DISABLED=true
# For integration with Pi-based space access control
QUERY2_ACCESS_KEY=
# Discourse SSO and integration
DISCOURSE_URL=https://test-discourse.example.com/
DISCOURSE_SSO_SECRET=
DISCOURSE_API_KEY=
DISCOURSE_API_USERNAME=
# For development runtime
WWWGROUP=1000
WWWUSER=1000
APP_PORT=8080