mirror of
https://github.com/StepanovPlaton/Chat.git
synced 2026-04-03 20:30:40 +04:00
Complete setup for docker. Add readme, and fix some bugs
This commit is contained in:
11
frontend/.env.production
Normal file
11
frontend/.env.production
Normal file
@@ -0,0 +1,11 @@
|
||||
BACKEND_API_PROTOCOL=http
|
||||
BACKEND_API_DOMAIN=backend
|
||||
BACKEND_API_PORT=8000
|
||||
|
||||
NEXT_PUBLIC_BASE_PROTOCOL=http
|
||||
NEXT_PUBLIC_BASE_DOMAIN=localhost
|
||||
NEXT_PUBLIC_BASE_PORT=3000
|
||||
|
||||
NEXT_PUBLIC_WS_URL=ws://localhost:8002/
|
||||
|
||||
NEXT_PUBLIC_API_PATTERN=/api/
|
||||
Reference in New Issue
Block a user