init
This commit is contained in:
28
backend/.env.example
Normal file
28
backend/.env.example
Normal file
@@ -0,0 +1,28 @@
|
||||
PORT=4000
|
||||
|
||||
SUPABASE_URL="your-supabase-url"
|
||||
SUPABASE_KEY="your-supabase-key"
|
||||
SUPABASE_ANON_KEY="your-supabase-anon-key"
|
||||
DATABASE_URL="your-database-url"
|
||||
|
||||
REDIS_HOST="localhost"
|
||||
REDIS_PORT="6379"
|
||||
REDIS_PASSWORD=""
|
||||
DOMAIN="upj.to"
|
||||
ENABLED_ROUTES=all
|
||||
|
||||
# ClickHouse Configuration
|
||||
CLICKHOUSE_HOST="localhost"
|
||||
CLICKHOUSE_PORT="8123"
|
||||
CLICKHOUSE_USER="admin"
|
||||
CLICKHOUSE_PASSWORD="your_secure_password"
|
||||
CLICKHOUSE_DATABASE="promote"
|
||||
|
||||
# BullMQ Configuration
|
||||
BULL_REDIS_HOST="localhost"
|
||||
BULL_REDIS_PORT="6379"
|
||||
BULL_REDIS_PASSWORD=""
|
||||
|
||||
# JWT Configuration
|
||||
JWT_SECRET="your-jwt-secret-key"
|
||||
JWT_EXPIRES_IN="7d"
|
||||
Reference in New Issue
Block a user