-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to run publicly and making OTel optional #106
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit about 127.0.0.1... I wasn't sure about adding the Ports in readme, since there is a "what runs where", however this is a LOT easier to read, so well worth it. Maybe someday we merge the two sections via a table or something...
sed -i.bu 's/localhost/chorus-opensearch-edition.dev.o19s.com/g' ./opensearch/wait-for-os.sh | ||
sed -i.bu "s/localhost/${hostname_or_public_ip}/g" ./chorus_ui/src/Logs.js | ||
sed -i.bu "s/localhost/${hostname_or_public_ip}/g" ./chorus_ui/src/App.js | ||
sed -i.bu "s/127.0.0.1/${hostname_or_public_ip}/g" ./chorus_ui/src/App.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need the 127.0.01? Or was that the werid case in cors land? Feels like we should just use localhost everywhere IF we can..
Signed-off-by: jzonthemtn <[email protected]>
Signed-off-by: jzonthemtn <[email protected]>
Signed-off-by: jzonthemtn <[email protected]>
Signed-off-by: jzonthemtn <[email protected]>
Signed-off-by: jzonthemtn <[email protected]>
Update to run publicly and making OTel optional.