fix wrong host in setup (#110)
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -250,7 +250,7 @@ create_organization() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Update the secrets-open-source.toml file
|
# Update the secrets-open-source.toml file
|
||||||
echo -e "[skyvern]\nconfigs = [\n {\"env\" = \"local\", \"host\" = \"http://0.0.0.0:8000/api/v1\", \"orgs\" = [{name=\"Skyvern\", cred=\"$api_token\"}]}\n]" > .streamlit/secrets.toml
|
echo -e "[skyvern]\nconfigs = [\n {\"env\" = \"local\", \"host\" = \"http://127.0.0.1:8000/api/v1\", \"orgs\" = [{name=\"Skyvern\", cred=\"$api_token\"}]}\n]" > .streamlit/secrets.toml
|
||||||
echo ".streamlit/secrets.toml file updated with organization details."
|
echo ".streamlit/secrets.toml file updated with organization details."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user