-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.env.testing.example
More file actions
83 lines (67 loc) · 1.72 KB
/
Copy path.env.testing.example
File metadata and controls
83 lines (67 loc) · 1.72 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
APP_NAME=Heartdevs
APP_ENV=testing
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_DOMAIN=localhost
APP_TIMEZONE=Etc/UTC
APP_SCHEDULE_TIMEZONE=America/Sao_Paulo
APP_DISPLAY_TIMEZONE=America/Sao_Paulo
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
# Faster hashing for the test suite
BCRYPT_ROUNDS=4
DEBUGBAR_ENABLED=false
TELESCOPE_ENABLED=false
PULSE_ENABLED=false
NIGHTWATCH_ENABLED=false
BACKUP_ENABLED=false
APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database
LARAVEL_CLOUDFLARE_ENABLED=false
LOG_CHANNEL=null
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
# --- Test database — per-user. Copied to .env.testing, which is UNTRACKED.
# No host/port/credentials are shipped: the test DB location is
# infra-specific. Point these at YOUR Postgres (docker-compose, Lerd,
# or a custom stack). Lerd users: find the mapped port via the Lerd
# web UI or `lerd services`. Edit freely; this file never shows in git. ---
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=test_heartdevs
DB_USERNAME=postgres
DB_PASSWORD=postgres
SESSION_DRIVER=array
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
BROADCAST_CONNECTION=null
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
CACHE_STORE=array
# CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=array
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="noreply@localhost.com"
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"
DISCORD_TOKEN=