You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
If your deploying the Resgrid Core system (https://docs.resgrid.com/get-started/quick-start#run-the-docker-compose) you can find the default credentials in that documentation. The Dispatch app itself doesn't have a backend, it needs to talk to the Resgrid Core API to perform operations, so it'll be either your hosted credentials (if you have an account on resgrid.com) or your credentials for your instance of Resgrid.
@ucswift thanks for the reply, I thought I would be able to use the resgrid dispatcher APIs to communicate with my own system APIs so wanted to use it without the resgrid backend.
Yea you can point the Dispatacher docker image to your own Resgrid API's via environment variables right here https://github.com/Resgrid/Dispatch/blob/develop/src/assets/env.prod.js#L5 you can repoint to your own Resgrid API's. Having the .env file (as shown in the readme) would allow you modify all the variables in the env.prod.js file.
After deploying where I can find the default username and password?
The text was updated successfully, but these errors were encountered: