zyratlo commented on code in PR #5258:
URL: https://github.com/apache/texera/pull/5258#discussion_r3431304857
##########
common/config/src/main/resources/storage.conf:
##########
@@ -150,4 +150,15 @@ storage {
password = "postgres"
password = ${?STORAGE_JDBC_PASSWORD}
}
+
+ # Configurations of the JupyterLab service
+ # Default values are provided for each field, which you don't need to
change if you deployed Jupyter via docker-compose.yml in
notebook-migration-service/src/main/resources/docker-compose.yml
+ jupyter {
+ url = "http://localhost:9100"
+ url = ${?STORAGE_JUPYTER_URL}
+ # Must match JUPYTER_TOKEN in
notebook-migration-service/src/main/resources/docker-compose.yml.
+ # The backend sends this token when loading the iframe and uploading
notebooks.
+ token = "texera"
+ token = ${?STORAGE_JUPYTER_TOKEN}
Review Comment:
I've modified the environment variable to `JUPYTER_TOKEN` to be consistent
with the Jupyter container in 733dcfc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]