-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.env.development
More file actions
71 lines (54 loc) · 1.37 KB
/
.env.development
File metadata and controls
71 lines (54 loc) · 1.37 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
LOG_LEVEL=debug
AGENT_ENDPOINTS=http://localhost:3000
###
# Message Pickup
###
# Forwarding Strategy
MESSAGE_PICKUP__FORWARDING_STRATEGY=QueueAndLiveModeDelivery
# Default
# MESSAGE_PICKUP__STORAGE__TYPE=credo
# DynamoDB
MESSAGE_PICKUP__STORAGE__TYPE=dynamodb
MESSAGE_PICKUP__STORAGE__REGION=local
MESSAGE_PICKUP__STORAGE__ACCESS_KEY_ID=local
MESSAGE_PICKUP__STORAGE__SECRET_ACCESS_KEY=local
# Postgres
# MESSAGE__PICKUP__STORAGE__TYPE=postgres
# MESSAGE__PICKUP__STORAGE__HOST=localhost:5432
# MESSAGE__PICKUP__STORAGE__USER=postgres
# MESSAGE__PICKUP__STORAGE__PASSWORD=postgres
# MESSAGE__PICKUP__STORAGE__DATABASE=pickup
###
# Cache
###
# Default (in-memory)
# CACHE__TYPE=in-memory
# Redis
CACHE__TYPE=redis
CACHE__REDIS_URL=redis://127.0.0.1:6379
# ###
# # Askar
# ###
ASKAR__STORE_ID=mediator
ASKAR__STORE_KEY=mediator
ASKAR__DATABASE__TYPE=postgres # or sqlite
ASKAR__DATABASE__USER=postgres
ASKAR__DATABASE__PASSWORD=postgres
ASKAR__DATABASE__HOST=localhost:5432
ASKAR__DATABASE__ADMIN_USER=postgres
ASKAR__DATABASE__ADMIN_PASSWORD=postgres
###
# Drizzle
###
STORAGE__DIALECT=postgres # or sqlite
# STORAGE__DATABASE_URL="file:./apps/mediator/database.db"
STORAGE__DATABASE_URL="postgresql://postgres:postgres@localhost:5432/drizzle"
###
# Storage
###
STORAGE__TYPE=drizzle # or askar
###
# KMS
###
# KMS__TYPE=askar (default, only option)
# PUSH_NOTIFICATIONS__WEBHOOK_URL=