Where should I change the root URL when I want to run REopt in local development mode using CBC? #104
Unanswered
a3678911
asked this question in
1 - General REopt Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have rebuilt and run REopt docker images in local development mode using CBC, and the image starts well.
But the question is that none of tests under reo/tests can be passed, so should I change somewhere else to cater to the shift from web mode to local mode?
As https://github.com/NREL/reopt_api/wiki/Using-docker-for-local-development says, I must make POST's and GET's root URL as 0.0.0.0:8000/v1/ , where should I change the codes? Is the testing python codes or something else(maybe a profile)?
Beta Was this translation helpful? Give feedback.
All reactions