-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.actions
More file actions
48 lines (41 loc) · 933 Bytes
/
.env.actions
File metadata and controls
48 lines (41 loc) · 933 Bytes
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
APP_NAME="EP-Online PHP Wrapper"
APP_ENV=testing
APP_KEY=arandomkeythatdoesnotrealymatter
APP_DEBUG=true
APP_LOG_LEVEL=debug
DEBUGBAR_ENABLED=false
LOG_CHANNEL=daily
APP_DOMAIN=localhost
APP_URL=http://localhost
APP_TIMEZONE=Europe/Amsterdam
APP_LOCALE=nl
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database
BCRYPT_ROUNDS=12
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ep_online_test
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_CONNECTION=log
CACHE_STORE=file
SESSION_DRIVER=file
QUEUE_CONNECTION=sync
MAIL_MAILER=log
MAIL_HOST=host.docker.internal
MAIL_PORT=2525
MAIL_USERNAME=EP-Online-Local
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=noreply@hoomdossier.nl
MAIL_FROM_ADDRESS_NOREPLY=noreply@hoomdossier.nl
MAIL_FROM_NAME=Hoomdossier
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null