Skip to content

Commit b2650b6

Browse files
committed
Remove unused backend-only env vars
1 parent 81c2395 commit b2650b6

File tree

5 files changed

+75
-93
lines changed

5 files changed

+75
-93
lines changed

.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ OPENAI_API_KEY=dummy_openai_key
66
# Database & Server
77
DATABASE_URL=postgresql://manicode_user_local:secretpassword_local@localhost:5432/manicode_db_local
88
PORT=4242
9-
GOOGLE_CLOUD_PROJECT_ID=dummy_project_id
109

1110
# Authentication
1211
CODEBUFF_GITHUB_ID=dummy_github_id
1312
CODEBUFF_GITHUB_SECRET=dummy_github_secret
1413
NEXTAUTH_SECRET=dummy_nextauth_secret_at_least_32_chars_long
15-
API_KEY_ENCRYPTION_SECRET=dummy_encryption_secret_32_chars
1614

1715
# Payment (Stripe)
1816
STRIPE_SECRET_KEY=sk_test_dummy_stripe_secret
@@ -21,7 +19,6 @@ STRIPE_USAGE_PRICE_ID=price_dummy_usage_id
2119
STRIPE_TEAM_FEE_PRICE_ID=price_dummy_team_fee_id
2220

2321
# External Services
24-
RELACE_API_KEY=dummy_relace_key
2522
LINKUP_API_KEY=dummy_linkup_key
2623
LOOPS_API_KEY=dummy_loops_key
2724

0 commit comments

Comments
 (0)