Added config dump
This commit is contained in:
5
main.py
5
main.py
@@ -57,6 +57,11 @@ def get_config():
|
|||||||
**os.environ
|
**os.environ
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print("Config values:")
|
||||||
|
for item in ['DOCKER_SOCKET', 'DOMAIN', 'HOSTNAME_LABEL', 'DEFAULT_NETWORK', 'REFRESH_INTERVAL', 'ONE_SHOT', 'NAMESERVER', 'TSIG_NAME']:
|
||||||
|
print(item, end=": ")
|
||||||
|
print(x[item])
|
||||||
|
|
||||||
return x
|
return x
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user