blob: 38912c06ff0492b2e71dc0bc7844e500879b1a88 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001# catalog backend hostname
2beHost: 172.20.37.245
3
4# catalog backend http port
5beHttpPort: 8080
6
7# catalog backend http context
8beContext: /sdc/rest/config/get
9
10# catalog backend protocol
11beProtocol: http
12
13# catalog backend ssl port
14beSslPort: 8444
15
16version: 1.0
17released: 2012-11-30
18
19# Connection parameters
20connection:
21 url: jdbc:mysql://localhost:3306/db
22 poolSize: 17
23
24# Protocols
25protocols:
26 - http
27 - https
28
29# Users
30users:
31 tom: passwd
32 bob: passwd
33
34
35