blob: 3086aabd124865a5d20356468f3c2f306c1c0ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include "site-settings.conf"
#compiler-settings
commentStartToken = //
#end compiler-settings
[communication]
protocol = xmlrpc/ssl
password = ${BCFG2_PASSWORD}
//if str($SITE_FINGERPRINT) != ""
fingerprint = ${SITE_FINGERPRINT}
//end if
[components]
bcfg2 = https://${BCFG2_SERVER}:${BCFG2_PORT}
[statistics]
sendmailpath = ${SENDMAILPATH}
|