-
Notifications
You must be signed in to change notification settings - Fork 9
/
.env
71 lines (52 loc) · 1.59 KB
/
.env
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
# Environment (prod or local)
APP_ENV=local
# Debug mode set to TRUE disables view caching and enables higher verbosity.
DEBUG=true
# Set to an application specific value, used to encrypt/decrypt cookies etc.
ENCRYPTER_KEY=def000006bfb1a3003fad5759a8928f7935141563d378c42c60abbd09200cbfc9a8ef34cd0c5b6ead6c8fffb0f88e1fc4d2e91cb9c46e5eff1c6091e6662ccc606bf1c91
# Set to TRUE to disable confirmation in `migrate` commands.
SAFE_MIGRATIONS=true
# Broadcasting
# BROADCAST_CONNECTION=centrifugo
# Queue
QUEUE_CONNECTION=roadrunner
MAILER_QUEUE_CONNECTION=roadrunner
# Monolog
MONOLOG_DEFAULT_CHANNEL=socket
MONOLOG_SOCKET_HOST=buggregator:9913
MONOLOG_DEFAULT_LEVEL=DEBUG # DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY
#VAR_DUMPER_FORMAT=server
#VAR_DUMPER_SERVER=buggregator:9912
# Cache
CACHE_STORAGE=local
# Session
SESSION_LIFETIME=86400
SESSION_COOKIE=sid
# Mailer
MAILER_DSN=smtp://buggregator:1025
MAILER_PIPELINE=local
MAILER_FROM="Spiral <[email protected]>"
# Storage
STORAGE_DEFAULT=default
DB_HOST=db
DB_USER=homestead
DB_PASSWORD=secret
# Cycle Bridge
CYCLE_SCHEMA_CACHE=true
CYCLE_SCHEMA_WARMUP=true
# JWT
CENTRIFUGO_SECRET=secret
# Telemetry
TELEMETRY_DRIVER=otel
OTEL_TRACES_EXPORTER=otlp
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_EXPORTER_OTLP_ENDPOINT=http://collector:4318
OTEL_PHP_TRACES_PROCESSOR=simple
TEMPORAL_ADDRESS=temporal:7233
PAYMENTSERVICE_HOST=payment:9000
CINEMASERVICE_HOST=cinema:9000
USERSSERVICE_HOST=users:9000
TOKENSSERVICE_HOST=users:9000
VAR_DUMPER_FORMAT=server
VAR_DUMPER_SERVER=buggregator:9912
SENTRY_DSN=https://username@buggregator:8000/1