10 lines
225 B
Python
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'
|
|
}
|
|
} |