This commit is contained in:
2025-03-07 17:45:17 +08:00
commit 936af0c4ec
114 changed files with 37662 additions and 0 deletions

15
.env.promopt Normal file
View File

@@ -0,0 +1,15 @@
PORT=4000
SUPABASE_URL="xxx"
SUPABASE_KEY="xxx"
SUPABASE_ANON_KEY="xxx"
DATABASE_URL="xxx"
REDIS_HOST="localhost"
REDIS_PORT="6379"
REDIS_PASSWORD=""
DOMAIN="upj.to"
ENABLED_ROUTES=all
# Pulsar Connection
PULSAR_SERVICE_URL=pulsar://localhost:6650