initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'host' => '192.168.1.100', // IP/Host vom Proxmox
|
||||
'node' => 'pve',
|
||||
'token_id' => 'anjuma@pam!flx4februar', // user@realm!tokenid
|
||||
'token_secret' => 'e5d73e3e-30e7-48d7-b176-2f7591e50964', // secret
|
||||
'timeout' => 15,
|
||||
'verify_tls' => false, // in prod true lassen
|
||||
];
|
||||
Reference in New Issue
Block a user