From 6231a01fb812640077c3543a8c38757a2963e309 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Sat, 9 Nov 2019 21:25:11 -0500 Subject: [PATCH] Update 'config.py' --- config.py | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/config.py b/config.py index f5bf793..e4d9cde 100644 --- a/config.py +++ b/config.py @@ -1,12 +1,5 @@ #!/usr/bin/env python -hosts = { - 'host_shortname': { - 'hostname': 'localhost', - 'user': 'root', - 'password': 'my secret password', - 'ca_certificate_path': 'write-math', - 'pools': { - 'pool_name': 'encryption_passphrase' - } - } -} \ No newline at end of file +HOST_SHORTNAME= +HOSTNAME= +ROOT_PASSWORD +POOLS = {'POOL_NAME': 'ENCRYPTION_KEY', 'POOL_NAME2': 'ECRYPTIONKEY'} \ No newline at end of file