-
-
Notifications
You must be signed in to change notification settings - Fork 769
Expand file tree
/
Copy path.env.testing.example
More file actions
40 lines (30 loc) · 799 Bytes
/
Copy path.env.testing.example
File metadata and controls
40 lines (30 loc) · 799 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
APP_ENV=testing
APP_DEBUG=true
APP_KEY=base64:HlxW5wzUCf5xPY/YTueJnUKzq4OZ6qByEjQhwYCDU/U=
APP_TIMEZONE=UTC
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
CACHE_STORE=array
SESSION_DRIVER=array
SESSION_DOMAIN=null
QUEUE_CONNECTION=sync
QUEUE_DRIVER=sync
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=daybyday_test
DB_USERNAME=root
DB_PASSWORD=password
MAIL_MAILER=array
BROADCAST_CONNECTION=null
BCRYPT_ROUNDS=4
LOG_CHANNEL=stack
LOG_LEVEL=debug
# — a sent invoice in your test database
SEED_INVOICE_EXTERNAL_ID=
# — a draft/unsent invoice
SEED_DRAFT_INVOICE_EXTERNAL_ID=
# — one seeded appointment (since the store route doesn't exist)
SEED_APPOINTMENT_EXTERNAL_ID=
# Set to true to disable onboarding tours site-wide (useful for staging/e2e environments)
TOUR_DISABLED=true