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:17:38 -05:00

10 lines
225 B
Python

#!/usr/bin/env python
host_shortname = {
'hostname': 'localhost',
'user': 'root',
'password': 'my secret password',
'ca_certificate_path': 'write-math',
'pools': {
'pool_name': 'encryption_passphrase'
}
}