16 lines
315 B
Text
16 lines
315 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_...
|
|
|