gitlab-ssh-proxy/config.py

8 lines
172 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
LISTENER_DELAY = 5