forked from NdoleStudio/httpsms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test
More file actions
33 lines (33 loc) · 986 Bytes
/
Copy path.env.test
File metadata and controls
33 lines (33 loc) · 986 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
ENV=local
GCP_PROJECT_ID=httpsms-test
USE_HTTP_LOGGER=true
ENTITLEMENT_ENABLED=false
EVENTS_QUEUE_TYPE=emulator
EVENTS_QUEUE_NAME=events-local
EVENTS_QUEUE_ENDPOINT=http://localhost:8000/v1/events
EVENTS_QUEUE_USER_API_KEY=system-user-api-key
EVENTS_QUEUE_USER_ID=system-user-id
FCM_ENDPOINT=http://wiremock:8080
DATABASE_URL=postgresql://root@cockroachdb:26257/httpsms?sslmode=disable
DATABASE_URL_DEDICATED=postgresql://root@cockroachdb:26257/httpsms?sslmode=disable
DATABASE_MIGRATION_CONSTRAINT_FIX=1
REDIS_URL=redis://@redis:6379
APP_PORT=8000
APP_NAME=httpSMS
APP_URL=http://localhost:8000
SWAGGER_HOST=localhost:8000
SMTP_FROM_NAME=httpSMS
SMTP_FROM_EMAIL=test@httpsms.com
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_HOST=localhost
SMTP_PORT=2525
PUSHER_APP_ID=
PUSHER_KEY=
PUSHER_SECRET=
PUSHER_CLUSTER=
GCS_BUCKET_NAME=
UPTRACE_DSN=
CLOUDFLARE_TURNSTILE_SECRET_KEY=
HEARTBEAT_DB_BACKEND=mongodb
MONGODB_URI=mongodb://httpsms:testpassword@mongodb:27017/?authSource=admin&appName=httpsms