++conf
This commit is contained in:
parent
431a6f6d9b
commit
c37bf19f92
1 changed files with 9 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue