Initial commit
This commit is contained in:
commit
6bf433c9a9
20 changed files with 1162 additions and 0 deletions
14
Config/gpfs-config.json
Normal file
14
Config/gpfs-config.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"Profiles": {
|
||||
"default": {
|
||||
"Server": "gpfs-server.example.com",
|
||||
"Port": 443,
|
||||
"ApiVersion": "v2",
|
||||
"UseSsl": true,
|
||||
"SkipCertificateCheck": false,
|
||||
"TimeoutSeconds": 30,
|
||||
"Username": "admin"
|
||||
}
|
||||
},
|
||||
"ActiveProfile": "default"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue