This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
FreeNAS-Network-Unlock/config.py
2019-11-09 21:26:37 -05:00

5 lines
188 B
Python

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