summaryrefslogtreecommitdiff
path: root/internal/testhelper/testdata/testroot/config.yml
blob: bc21f9b7a32602815447a72945cf17ec4e01fc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
secret_file: "gitlab_shell_secret"
sshd:
  web_listeners:
    -
      addr: "127.0.0.1:9122"
      tls:
        certificate: "/path/to/certificate"
        key: "/path/to/key"
        min_version: "tls1.2"
        max_version: "tls1.3"
    -
      addr: "127.0.0.1:9123"