mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +07:00
First commit
This commit is contained in:
9
.env.production.example
Normal file
9
.env.production.example
Normal file
@@ -0,0 +1,9 @@
|
||||
NEXT_PUBLIC_API_URL=https://trustlab-api.dyzulk.com
|
||||
NEXT_PUBLIC_BACKEND_URL=https://trustlab-api.dyzulk.com
|
||||
|
||||
# Reverb / WebSocket Configuration
|
||||
# For production behind Nginx/Cloudflare reverse proxy, use port 443 and https (wss)
|
||||
NEXT_PUBLIC_REVERB_APP_KEY=
|
||||
NEXT_PUBLIC_REVERB_HOST="trustlab-api.dyzulk.com"
|
||||
NEXT_PUBLIC_REVERB_PORT=443
|
||||
NEXT_PUBLIC_REVERB_SCHEME=https
|
||||
Reference in New Issue
Block a user