16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
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
|