Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cloud/.example.dev.vars
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ GITHUB_CALLBACK_URL=http://localhost:3000/auth/github/callback
GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...
GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/callback
STRIPE_SECRET_KEY=your_stripe_secret_key_here
STRIPE_ROUTER_PRICE_ID=your_router_price_id_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
GEMINI_API_KEY=your_google_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
5 changes: 5 additions & 0 deletions cloud/.example.env.local
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ENVIRONMENT=local
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/mirascope_cloud_dev
TEST_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/mirascope_cloud_dev
STRIPE_SECRET_KEY=your_stripe_secret_key_here
STRIPE_ROUTER_PRICE_ID=your_router_price_id_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
GEMINI_API_KEY=your_google_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
Loading