Skip to content
Snippets Groups Projects
Commit 2a58e53b authored by Schiffer, Christian's avatar Schiffer, Christian
Browse files

Make sure atlas_controller is reachable from atlas_server

parent cbbc4de1
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,7 @@
USER=schiffer1
HOST=jureca06.fz-juelich.de
ssh ${USER}@${HOST} -N -L 8000:localhost:8000
\ No newline at end of file
echo "Starting SSH tunnel..."
# Make sure tunnel is externally reachable (see https://superuser.com/questions/588591/how-to-make-ssh-tunnel-open-to-public)
ssh ${USER}@${HOST} -N -L \*:8000:localhost:8000
echo "Stopped SSH tunnel"
\ No newline at end of file
......@@ -7,4 +7,4 @@ DATABASE_PORT = 27017
DATABASE_NAME = "atlas_ui_db"
DATABASE_USERNAME = "root"
DATABASE_PASSWORD = "root"
ATLAS_CONTROLLER_URL = "http://134.94.8.124:8000"
ATLAS_CONTROLLER_URL = "http://medpc018.ime.kfa-juelich.de:8000"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment