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