-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
executable file
·55 lines (40 loc) · 1.1 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
##### Application Information #####
# Name to use throughout the site
APP_NAME=Playground
# Environment to run in.
APP_ENV=local
# Key to use for encryption
APP_KEY=
# Is the application in debug mode?
APP_DEBUG=true
# The URL of your app. Should start with 'https://' or 'http://'
APP_URL=http://localhost:8000
# The URL of the application API.
API_URL=${APP_URL}/api
##### Logging #####
LOG_CHANNEL=stack
##### Database Connection #####
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=playground
DB_USERNAME=
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=array
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
##### Static Asset Location #####
# Assets to be used are taken from this s3 bucket.
# The default will load Bristol Student Union assets
AWS_STATIC_BUCKET=bristol-su-static-bucket
AWS_STATIC_FOLDER=committee-portal
AWS_STATIC_URL=s3.eu-west-2.amazonaws.com
MIX_AWS_STATIC_BUCKET="${AWS_STATIC_BUCKET}"
MIX_AWS_STATIC_FOLDER="${AWS_STATIC_FOLDER}"
MIX_AWS_STATIC_URL="${AWS_STATIC_URL}"
##### Module Settings #####
# Typeform
TYPEFORM_CLIENT_ID=
TYPEFORM_CLIENT_SECRET=