gitlab-ssh-proxy/config.py
2016-06-19 03:35:36 -05:00

7 lines
153 B
Python

GITLAB_HOST = "leviathan.local"
GITLAB_KEY = "Escape-Anything-These-Company-3"
GITLAB_SSH_PORT = 2200
LISTENER_ADDRESS = "0.0.0.0"
LISTENER_PORT = 9001