first commit

Made-with: Cursor
This commit is contained in:
Michilis
2026-04-01 02:46:53 +00:00
commit 76210db03d
126 changed files with 20208 additions and 0 deletions

24
.env.example Normal file
View File

@@ -0,0 +1,24 @@
# 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