Skip to content

Commit

Permalink
closes #1153
Browse files Browse the repository at this point in the history
  • Loading branch information
Mletter1 committed Jan 23, 2024
1 parent e7b0e84 commit 235eee1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ projects-redirect: "/projects"
remote-hosts: [{ "hostnames": ["localhost"], "agent.old": {"command":"/home/slycat/install/conda/bin/python /home/slycat/src/slycat/agent/slycat-docker-agent.py --json /home/slycat/src/slycat/agent/json"}}]
remote-authentication: {"method":"password", "port":22, "localhost":"sshd"}
remote-session-timeout: datetime.timedelta(minutes=150)
server-root: "/"
show-tracebacks: True
socket-host: "0.0.0.0"
socket-port: 8092
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ projects-redirect: "/projects"
remote-hosts: [{ "hostnames": ["localhost", "127.0.0.1"], "agent": {"command":"/home/slycat/install/conda/bin/python /home/slycat/src/slycat/agent/slycat-docker-agent.py --json /home/slycat/src/slycat/agent/json"}}]
remote-authentication: {"method":"password", "port":22}
remote-session-timeout: datetime.timedelta(minutes=150)
server-root: "/"
show-tracebacks: True
socket-host: "0.0.0.0"
socket-port: 8092
Expand Down
1 change: 0 additions & 1 deletion docker/slycat-base/web-server-config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ projects-redirect: "/projects"
remote-hosts: [{ "hostnames": ["localhost", "127.0.0.1"], "agent": {"command":"/home/slycat/install/conda/bin/python /home/slycat/src/slycat/agent/slycat-docker-agent.py --json /home/slycat/src/slycat/agent/json"}}]
remote-authentication: {"method":"password", "port":22}
remote-session-timeout: datetime.timedelta(minutes=150)
server-root: "/"
show-tracebacks: True
socket-host: "127.0.0.1"
socket-port: 8092
Expand Down
1 change: 0 additions & 1 deletion docker/slycat-developer/web-server-config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ projects-redirect: "/projects"
remote-hosts: [{ "hostnames": ["localhost", "127.0.0.1"], "agent": {"command":"/home/slycat/install/conda/bin/python /home/slycat/src/slycat/agent/slycat-docker-agent.py --json /home/slycat/src/slycat/agent/json"}}]
remote-authentication: {"method":"password", "port":22}
remote-session-timeout: datetime.timedelta(minutes=150)
server-root: "/"
show-tracebacks: True
socket-host: "127.0.0.1"
socket-port: 8092
Expand Down
1 change: 0 additions & 1 deletion travis-ci/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ projects-redirect: "/projects"
remote-hosts: [{ "hostnames": ["localhost", "127.0.0.1"], "agent": {"command":"env PYTHONPATH=/home/slycat/src/slycat/packages /usr/bin/python /home/slycat/src/slycat/agent/slycat-slurm-agent.py"}}]
remote-session-timeout: datetime.timedelta(minutes=15)
remote-authentication: {"method":"password"}
server-root: "/"
show-tracebacks: True
socket-host: "127.0.0.1"
socket-port: 8092
Expand Down
1 change: 0 additions & 1 deletion web-server/web-server-config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ projects-redirect: "/projects"
remote-hosts: [{ "hostnames": ["localhost", "127.0.0.1"], "agent": {"command":"/home/slycat/install/conda/bin/python /home/slycat/src/slycat/agent/slycat-docker-agent.py --json /home/slycat/src/slycat/agent/json"}}]
remote-authentication: {"method":"password", "port":22}
remote-session-timeout: datetime.timedelta(minutes=150)
server-root: "/"
show-tracebacks: True
socket-host: "127.0.0.1"
socket-port: 8092
Expand Down

0 comments on commit 235eee1

Please sign in to comment.