mirror of
https://github.com/StepanovPlaton/Chat.git
synced 2026-04-03 20:30:40 +04:00
Init project. Create simple backend. Add postgres in docker
This commit is contained in:
9
frontend/.env.development
Normal file
9
frontend/.env.development
Normal file
@@ -0,0 +1,9 @@
|
||||
BACKEND_PROTOCOL=http
|
||||
BACKEND_DOMAIN=127.0.0.1
|
||||
BACKEND_PORT=8000
|
||||
|
||||
BASE_PROTOCOL=http
|
||||
BASE_DOMAIN=127.0.0.1
|
||||
BASE_PORT=3000
|
||||
|
||||
NEXT_PUBLIC_BASE_URL=http://127.0.0.1:3000
|
||||
Reference in New Issue
Block a user