init
This commit is contained in:
15
.env.promopt
Normal file
15
.env.promopt
Normal 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
|
||||
Reference in New Issue
Block a user