File tree Expand file tree Collapse file tree 5 files changed +75
-93
lines changed
Expand file tree Collapse file tree 5 files changed +75
-93
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ OPENAI_API_KEY=dummy_openai_key
66# Database & Server
77DATABASE_URL = postgresql://manicode_user_local:secretpassword_local@localhost:5432/manicode_db_local
88PORT = 4242
9- GOOGLE_CLOUD_PROJECT_ID = dummy_project_id
109
1110# Authentication
1211CODEBUFF_GITHUB_ID = dummy_github_id
1312CODEBUFF_GITHUB_SECRET = dummy_github_secret
1413NEXTAUTH_SECRET = dummy_nextauth_secret_at_least_32_chars_long
15- API_KEY_ENCRYPTION_SECRET = dummy_encryption_secret_32_chars
1614
1715# Payment (Stripe)
1816STRIPE_SECRET_KEY = sk_test_dummy_stripe_secret
@@ -21,7 +19,6 @@ STRIPE_USAGE_PRICE_ID=price_dummy_usage_id
2119STRIPE_TEAM_FEE_PRICE_ID = price_dummy_team_fee_id
2220
2321# External Services
24- RELACE_API_KEY = dummy_relace_key
2522LINKUP_API_KEY = dummy_linkup_key
2623LOOPS_API_KEY = dummy_loops_key
2724
You can’t perform that action at this time.
0 commit comments