-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace keys with placeholder values
- Loading branch information
1 parent
6de37d3
commit 8adab8b
Showing
7 changed files
with
21 additions
and
22 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
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,9 +1,9 @@ | ||
version: 2 | ||
authtoken: 2e4o2e0fE55QFjJYsClRatFRplq_3MeMzDB4GCTaHuFbte1M6 # Served temporarily for purpose of IS213. Domain will be revoked upon completion of semester. | ||
authtoken: your_ngrok_auth_token | ||
tunnels: | ||
api: | ||
proto: http | ||
# schemes: | ||
# - https | ||
addr: https://kong-gateway:8443 | ||
domain: antelope-integral-likely.ngrok-free.app # Served temporarily for purpose of IS213. Domain will be revoked upon completion of semester. | ||
domain: yourfreengrokdomain.app |
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,8 @@ | ||
AWS_ACCESS_KEY_ID=AKIAU6GD2YEDIRKJ2TR4 | ||
AWS_SECRET_ACCESS_KEY=K06G26NIlx6Il+MRtt02cQ5nV3y0Tr274XeXwGR9 | ||
AWS_ACCESS_KEY_ID=your_aws_access_key_id | ||
AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key | ||
DB_HOST=postgres-db | ||
DB_PORT=5432 | ||
DB_USER=esd-user | ||
DB_PASSWORD=esd-password | ||
DB_NAME=esd-db | ||
S3_BUCKET_NAME=eduhelper |
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,5 +1,5 @@ | ||
STRIPE_SECRET_KEY=sk_test_51OsHyhRugtNdQWIYi4HuJxiW19uPx8paTopegiDFxbUo91B3OYEg3Hzsi3yXEKu1suRBiYH2s9Ajsmy2eTlk3F7a00DuuesMAa | ||
STRIPE_PRICE_ID=price_1OsI6hRugtNdQWIYndYKEqWp | ||
STRIPE_WEBHOOK_SECRET=whsec_rlWNM0zgDKqBIsVAaYsK0xoQUj0n5yDt | ||
STRIPE_SECRET_KEY=your_stripe_secret_key | ||
STRIPE_PRICE_ID=your_stripe_price_id | ||
STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret | ||
STRIPE_SUCCESS_URL=https://localhost:3001/subscribe/success | ||
STRIPE_CANCEL_URL=https://localhost:3001/subscribe/failed |
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,9 +1,9 @@ | ||
# ----------------------------------------------- | ||
# API-related environment variables (keys) go here. | ||
# ----------------------------------------------- | ||
VITE_GOOGLE_CLIENT_ID=732452164989-t5obdqk38155erts9be9u6rg0fik7ptk.apps.googleusercontent.com | ||
VITE_GOOGLE_CLIENT_ID=your_google_client_id | ||
VITE_STORAGE_KEY=helloworld | ||
VITE_API_BASE_URL=http://localhost:8000 | ||
VITE_API_PROD_BASE_URL=https://eduhelper.info | ||
VITE_NODE_ENV=development | ||
VITE_UNSPLASH_CLIENT_ID=g1burm0JDtBIPdpvLmufXoEMaamWnm66lVBqcbxdBek | ||
VITE_UNSPLASH_CLIENT_ID=your_unsplash_client_id |