summaryrefslogtreecommitdiffstats
path: root/encap/src/bcfg2-site/bcfg2-site-RENAME/etc/bcfg2.conf.tmpl
blob: 337a7a0bce3c1b4208b3ad141034b692e8c3c696 (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}