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:35:26 -05:00

6 lines
218 B
Python

#!/usr/bin/env python
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'}