25 lines
644 B
Plaintext
25 lines
644 B
Plaintext
# Admin pubkeys (comma-separated hex pubkeys)
|
|
ADMIN_PUBKEYS=npub1examplepubkey1,npub1examplepubkey2
|
|
|
|
# Nostr relays (comma-separated)
|
|
RELAYS=wss://relay.damus.io,wss://nos.lol,wss://relay.nostr.band
|
|
|
|
# Database
|
|
DATABASE_URL="file:./dev.db"
|
|
|
|
# JWT
|
|
JWT_SECRET=change-me-to-a-random-secret-in-production
|
|
|
|
# Backend
|
|
BACKEND_PORT=4000
|
|
FRONTEND_URL=http://localhost:3000
|
|
|
|
# Media storage
|
|
MEDIA_STORAGE_PATH=./storage/media
|
|
|
|
# Frontend (public)
|
|
NEXT_PUBLIC_API_URL=http://localhost:4000/api
|
|
NEXT_PUBLIC_SITE_URL=https://belgianbitcoinembassy.org
|
|
NEXT_PUBLIC_SITE_TITLE=Belgian Bitcoin Embassy
|
|
NEXT_PUBLIC_SITE_TAGLINE=Belgium's Monthly Bitcoin Meetup
|