FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
httpsms/tests/.env.test at main · iwillcodeu/httpsms · GitHub
iwillcodeu
/
httpsms
Public
forked from
NdoleStudio/httpsms
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
httpsms
/
tests
/
.env.test
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 986 Bytes
Breadcrumbs
httpsms
/
tests
/
.env.test
Copy path
File metadata and controls
33 lines (33 loc) · 986 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Back
|
FazBrowse Home
|
New Git URL