pvtchat/frontend/env/.env.dev
2021-12-18 22:34:07 +00:00

5 lines
174 B
Plaintext

PORT=4200
REACT_APP_API_URL="${backend}/v2"
REACT_APP_CDN_URL="${backend}/assets"
REACT_APP_REPO="https://github.com/accord-dot-app/app"
REACT_APP_ROOT_API_URL=${backend}