21 lines
No EOL
545 B
Text
21 lines
No EOL
545 B
Text
# BilHej Environment Variables
|
|
# Copy this file to .env and fill in your keys.
|
|
|
|
# PostgreSQL
|
|
POSTGRES_DB=bilhej
|
|
POSTGRES_USER=bilhej
|
|
POSTGRES_PASSWORD=change_me
|
|
|
|
# JWT
|
|
JWT_SECRET=change_me_to_a_random_64_char_string
|
|
|
|
# Stripe
|
|
STRIPE_SECRET_KEY=sk_test_...
|
|
STRIPE_WEBHOOK_SECRET=whsec_...
|
|
STRIPE_PRICE_ID=price_...
|
|
|
|
# Trello (for OpenCode MCP integration)
|
|
# API Key: https://trello.com/app-key
|
|
# Token: https://trello.com/1/authorize?expiration=never&name=BilHej&scope=read,write&response_type=token&key=YOUR_API_KEY
|
|
TRELLO_API_KEY=
|
|
TRELLO_TOKEN= |