-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
52 lines (43 loc) · 1.09 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
APP_NAME=SponRun
APP_ENV=production |staging|local
APP_KEY=SomeRandomString
APP_DEBUG=true
APP_LOG=single |daily|syslog|errorlog
APP_LOG_LEVEL=debug |info|notice|warning|error|critical|alert|emergency
APP_URL=http://sposorenlauf.beispiel.de/
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sponrun
DB_USERNAME=sponrun
DB_PASSWORD=secret
BROADCAST_DRIVER=log
CACHE_DRIVER=array
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
ORGANIZATION_NAME="ghdoergeloh.de"
ORGANIZATION_WEBSITE=https://www.ghdoergeloh.de/
MAIL_DRIVER=smtp
MAIL_HOST=smtp.strato.de
MAIL_PORT=587
MAIL_USERNAME=usernameoremail
MAIL_PASSWORD=secret
MAIL_ENCRYPTION=tls
MAIL_FROM_NAME=name
MAIL_FROM_ADDRESS=email
MAIL_WEBMASTER=webmaster-email
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
URL_IMPRESSUM=https://www.beispiel.de/impressum
URL_PRIVACY_STATEMENT=https://www.beispiel.de/datenschutz
NEWSLETTER_OPTIONAL=true
#Custom-Files [CF] (Files in /public/custom)
CF_LOGO="logo.png"
SHOW_LOGO_IN_MENU=false
CF_FAVICON="favicon.ico"