Update 'config.py'

This commit is contained in:
2019-11-09 21:26:37 -05:00
parent 9b53443869
commit cc9e2cb11a

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
HOST_SHORTNAME=
HOSTNAME=
ROOT_PASSWORD
HOST_SHORTNAME = 'freenas'
HOSTNAME = 'freenas.local'
ROOT_PASSWORD = 'my super secret password'
POOLS = {'POOL_NAME': 'ENCRYPTION_KEY', 'POOL_NAME2': 'ECRYPTIONKEY'}