This commit is contained in:
Nico Schottelius 2019-12-08 13:36:45 +01:00
parent 431a6f6d9b
commit c37bf19f92
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# This section contains default values for all other sections
#
[DEFAULT]
AUTH_NAME = "replace me"
@ -21,9 +22,16 @@ NETBOX_URL = https://replace-me.example.com
NETBOX_TOKEN = replace me
[etcd]
ETCD_URL = localhost
ETCD_PORT = 2379
CA_CERT = changeme
CERT_CERT = changeme
CERT_KEY = changeme
FILE_PREFIX = file/
HOST_PREFIx = host/
HOST_PREFIx = hosts
IMAGE_PREFIX = image/
IMAGE_STORE_PREFIX = imagestore/