build utils

This commit is contained in:
2024-04-12 22:44:02 +03:00
parent 8df8f5a2e9
commit f6d316cb5e
7 changed files with 68 additions and 4 deletions

View File

@ -0,0 +1,3 @@
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=db

View File

@ -0,0 +1,5 @@
CI=true
PORT=3000
HOST=0.0.0.0
WDS_SOCKET_PORT=0
REACT_APP_DOMAIN=127.0.0.1