Update 'config.py'

This commit is contained in:
2019-11-09 21:17:38 -05:00
parent 0509854886
commit f7b9eee088
2 changed files with 10 additions and 14 deletions

10
config.py Normal file
View File

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