summaryrefslogtreecommitdiff
path: root/internal/configuration/test_resources/config.deprecated.yml
blob: 7672a79b4f1836927e0df183d2608fb39b5ebddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
server:
  host: '127.0.0.44'
  port: 90
  path: "abc"

authentication_backend:
  ldap:
    url: 'ldap://127.0.0.1'

storage:
  mysql:
    host: 127.0.0.45
    port: 13306
  postgres:
    host: 127.0.0.46
    port: 15432

notifier:
  smtp:
    host: 127.0.0.47
    port: 2025
...