Update 'config.py'

This commit is contained in:
2019-11-09 21:35:26 -05:00
parent bbdbd2ec35
commit 75e238355b

View File

@@ -2,4 +2,5 @@
HOST_SHORTNAME = 'freenas'
HOSTNAME = 'freenas.local'
ROOT_PASSWORD = 'my super secret password'
CA_CERT_PATH = "/root/ca.crt"
POOLS = {'POOL_NAME': 'ENCRYPTION_KEY', 'POOL_NAME2': 'ECRYPTIONKEY'}