Add example to container-sync-realms.conf.5 man page

Related-Change: I0760ce149e6d74f2b3f1badebac3e36da1ab7e77

Change-Id: I129de42f91d7924c7bcb9952f17fe8a1a10ae219
This commit is contained in:
Alistair Coles 2017-10-09 10:06:19 +01:00
parent 816331155c
commit 8b7f15223c

View File

@ -102,8 +102,27 @@ key to key2 and make a new key value.
.RE
.PD
.SH EXAMPLE
.nf
.RS 0
[DEFAULT]
mtime_check_interval = 300
[realm1]
key = realm1key
key2 = realm1key2
cluster_clustername1 = https://host1/v1/
cluster_clustername2 = https://host2/v1/
[realm2]
key = realm2key
key2 = realm2key2
cluster_clustername3 = https://host3/v1/
cluster_clustername4 = https://host4/v1/
.RE
.fi
.SH DOCUMENTATION
.LP