-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
65 lines (52 loc) · 1.28 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
65
# The name of the application.
APP_NAME="Connected Kingston"
# The application environment.
APP_ENV=local
# The unique application key.
APP_KEY=
# If the application is in debug mode.
APP_DEBUG=true
# The URL the application is hosted on (used in the CLI).
APP_URL=http://localhost
# The URL of the admin web app.
BACKEND_URI=http://localhost:8080
# The logging configuration.
LOG_CHANNEL=stack
BUGSNAG_API_KEY=
# The database configuation.
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=connected_kingston
DB_USERNAME=connected_kingston
DB_PASSWORD=secret
# The AWS credentials.
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
# The filesystem configuration.
FILESYSTEM_CLOUD=local_cloud
AWS_BUCKET=
# The sessions configuration.
SESSION_LIFETIME=20
# The queue configuration.
QUEUE_DRIVER=sync
# The Redis configuration.
REDIS_CLUSTER=redis
REDIS_SCHEME=tcp
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=7000
# The geocoding configuration.
GEOCODE_DRIVER=google
GOOGLE_API_KEY=
# The email configuration.
EMAIL_DRIVER=log
# The SMS configuration.
SMS_DRIVER=log
# The GOV.UK Notify credentails.
GOV_NOTIFY_API_KEY=
GLOBAL_ADMIN_EMAIL=info+connected-kingston@ayup.agency
# The Elasticsearch configuration.
SCOUT_ELASTIC_HOST=elasticsearch
# If 2FA should be required.
OTP_ENABLED=false