Update 'config.py'
This commit is contained in:
17
config.py
17
config.py
@@ -1,10 +1,11 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
host_shortname = {
|
hosts = {
|
||||||
'hostname': 'localhost',
|
'host_shortname': {
|
||||||
'user': 'root',
|
'hostname': 'localhost',
|
||||||
'password': 'my secret password',
|
'user': 'root',
|
||||||
'ca_certificate_path': 'write-math',
|
'password': 'my secret password',
|
||||||
'pools': {
|
'ca_certificate_path': 'write-math',
|
||||||
'pool_name': 'encryption_passphrase'
|
'pools': {
|
||||||
}
|
'pool_name': 'encryption_passphrase'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user