Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default username and password #43

Open
talshafie opened this issue Oct 10, 2023 · 3 comments
Open

Default username and password #43

talshafie opened this issue Oct 10, 2023 · 3 comments

Comments

@talshafie
Copy link

After deploying where I can find the default username and password?

@ucswift
Copy link
Member

ucswift commented Oct 11, 2023

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.

@talshafie
Copy link
Author

@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.

@ucswift
Copy link
Member

ucswift commented Oct 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants