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