FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BCSD_INTERNAL_API_V2/.env.example at main · BCSDLab/BCSD_INTERNAL_API_V2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
BCSDLab
/
BCSD_INTERNAL_API_V2
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
10
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
BCSD_INTERNAL_API_V2
/
.env.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (24 loc) · 1.08 KB
Breadcrumbs
BCSD_INTERNAL_API_V2
/
.env.example
Copy path
File metadata and controls
27 lines (24 loc) · 1.08 KB
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
#
Copy to .env and fill in real values. .env is gitignored.
#
Required. Must be at least 32 bytes; startup fails if unset or too short.
JWT_SECRET
=
#
Optional overrides (defaults target local Postgres/HTTP dev setup).
#
DB_HOST=localhost
#
DB_PORT=5432
#
DB_NAME=bcsd_internal_api_v2
#
DB_USERNAME=postgres
#
DB_PASSWORD=postgres
#
REFRESH_TOKEN_COOKIE_SECURE=false
#
SWAGGER_SERVER_URL=http://localhost:8080
#
RESET_PASSWORD_BASE_URL=http://localhost:3000/reset-password
#
LOGIN_PAGE_URL=http://localhost:3000/login
#
Mail: "ses" (recommended for real deployments) sends via AWS SES over HTTPS — no MTA to
#
install or maintain. Needs AWS credentials with ses:SendEmail (env vars below, or an IAM
#
role) and MAIL_FROM verified in SES. "sendmail" pipes into the host's sendmail binary
#
(needs postfix/sendmail/exim configured to relay outbound mail). "log" only logs and
#
discards the message; it exists for wiring/smoke tests, not for actually completing these
#
flows.
#
MAIL_TRANSPORT=ses
#
MAIL_FROM=no-reply@bcsdlab.com
#
AWS_SES_REGION=us-west-2
#
AWS_ACCESS_KEY_ID=
#
AWS_SECRET_ACCESS_KEY=
Back
|
FazBrowse Home
|
New Git URL