-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix .env.example to be more verbose - document the local setup
- Loading branch information
Showing
6 changed files
with
63 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,3 @@ | ||
# Supabase admin password | ||
ADMIN_PASSWORD=<ADMIN_PASSWORD: for admin loggin in to supabase> | ||
|
||
# Connection through a frontend framework (React, Remix, SvelteKit, Astro, Vue) | ||
SUPABASE_URI=<SUPABASE_URI: for Supabase database connection> | ||
SUPABASE_KEY=<SUPABASE_KEY: for Supabase database connection> | ||
|
||
# Connection string through a backend framework (Nodejs, Golang, JDBC, Python) | ||
DATABASE_URL=<DATABASE_URI: for connecting to the Postgres instance of Supabase> | ||
|
||
# Conneciton through ORMs (Prisma in this case) | ||
|
||
# Connect to Supabase via connection pooling with Supavisor | ||
DATABASE_POOL_URL=<DATABASE_URL: for connection pooling to Postgres instance of Supabase via ORM Prisma> | ||
|
||
# Direct connection to the database. Used for migrations | ||
DIRECT_URL=<DIRECT_URL: for connection direct connection to Postgres instance of Supabase via ORM Prisma for migrations> | ||
|
||
# For backend - backend intercommunication | ||
BACKEND_INTERCOMMUNICATION_SECRET=<BACKEND_INTERCOMMUNICATION_SECRET: for backend intercommunication> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GOOGLE_CLIENT=<GOOGLE_CLIENT_ID: for logging in with Google> | ||
GOOGLE_API_KEY=<GOOGLE_API_KEY: for logging in with Google> | ||
MONGO_URI=<MONGO_URI: for mongoDB database connection> | ||
SECRET_KEY=<CLIENT_SECRET: for hashing> | ||
PORT=<PORT: at which the backend server runs> | ||
SECRET_KEY=<CLIENT_SECRET: for generating/verifying the JWT token> | ||
PORT=<PORT: at which the ts-backend server runs> | ||
LOCATION_BACKEND_URI=<LOCATION_BACKEND_URI: for location querying req to loc server> | ||
BACKEND_INTERCOMMUNICATION_SECRET=<BACKEND_INTERCOMMUNICATION_SECRET: for backend intercommunication> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
SECRET_KEY=<CLIENT_SECRET: for hashing> | ||
SECRET_KEY=<CLIENT_SECRET: verifying the JWT token> | ||
TS_BACKEND_URI=<TS_BACKEND_URI: for user auth from ts-backend> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
VITE_BACKEND_URI=<BACKEND_API_URI: backend server address> | ||
VITE_WS_URI=<WEBSOCKET_URI: web socket address> | ||
VITE_BACKEND_URI=<BACKEND_API_URI: ts-backend server address> | ||
VITE_WS_URI=<WEBSOCKET_URI: ws WebSocket server address> | ||
VITE_GOOGLE_API_KEY=<GOOGLE_MAPS_API_KEY: API KEY for Google map> |
3a317a8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
privacy-network – ./
privacy-network-git-main-manas-pratim-biswas-projects.vercel.app
privacynetwork.manaspratimbiswas.com
privacy-network-manas-pratim-biswas-projects.vercel.app
privacy-network.vercel.app