-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sail.example
68 lines (57 loc) · 1.26 KB
/
.env.sail.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
# Name of the application
APP_NAME="Bristol Playground - Sail"
# Environment to run in
APP_ENV=local
# Secret Key
APP_KEY=
# Debug Mode
APP_DEBUG=true
# App URL
APP_URL=http://playground.test
# API URL. Leave as default
API_URL=${APP_URL}/api
# Make the APP and API urls accessible to js
MIX_APP_URL=${APP_URL}
MIX_API_URL=${APP_URL}
CONTROL_API_PREFIX=/api/control
MIX_CONTROL_API_URL=${APP_URL}${CONTROL_API_PREFIX}
APP_PORT=8000
APP_SERVICE=playground.test
# Logging
LOG_CHANNEL=stack
# Database setup
DB_CONNECTION=mysql
DB_HOST=mysql
DB_DATABASE=playground
DB_USERNAME=playground-user
DB_PASSWORD=playground-password
FORWARD_DB_PORT=3306
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
REDIS_HOST=redis
FORWARD_REDIS_PORT=6379
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_ENCRYPTION=""
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="Playground - Sail"
FORWARD_MAILHOG_PORT=1025
FORWARD_MAILHOG_DASHBOARD_PORT=8025
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}"
COOKIE_DOMAIN=
# Google Analytics
GA_UA=
GA_ENABLED=false
# S3
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=