-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
89 lines (70 loc) · 1.55 KB
/
Copy path.env.example
File metadata and controls
89 lines (70 loc) · 1.55 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
APP_NAME=Hoomdossier
APP_VERSION="5.0.0"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
LOG_CHANNEL=daily
APP_DOMAIN=localhost
APP_PORT=8888
APP_URL="http://localhost:${APP_PORT}"
APP_LOCALE=nl
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database
PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12
# Docker custom ports
#FORWARD_DB_PORT=3306
#FORWARD_REDIS_PORT=6379
DB_CONNECTION=mysql
#DB_HOST=127.0.0.1
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=db
DB_USERNAME=user
DB_PASSWORD=password
BROADCAST_CONNECTION=log
CACHE_STORE=file
SESSION_DRIVER=file
QUEUE_CONNECTION=sync
DB_QUEUE="app,app_high,app_external,logs,exports"
REDIS_QUEUE="app,app_high,app_external,logs,exports"
#REDIS_HOST=127.0.0.1
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_SCHEME=null
# When using mailgun (also update MAIL_MAILER)
#MAILGUN_DOMAIN=
#MAILGUN_SECRET=
#MAILGUN_ENDPOINT
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
# 720 minutes, 12 hours used on the prod and test env
AUTH_PASSWORD_RESET_EXPIRE=720
# CACHING
CACHE_PREFIX="hoomdossier_"
# BAG
BAG_API_KEY=
# SENTRY
SENTRY_LARAVEL_DSN=
# Econobis API settings
ECONOBIS_ENABLED=false
# Mail adresses
ADMIN_MAIL_ADDRESS='email1@dev.nl,email1@support.nl'
HOOM_CONTACT_EMAIL_WHITELIST='email1@dev.nl,email1@support.nl'
HOOM_CONTACT_EMAIL_WHITELIST_ENABLED=true
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
MILIEUCENTRAAL_API_KEY=