mirror of https://github.com/tteck/Proxmox.git
Merge pull request #1 from X-Anonymous-Y/test
Changed from 4 spaces to 2 spaces
This commit is contained in:
commit
be47ec675d
|
@ -46,7 +46,11 @@ let config = {
|
||||||
httpsCertificate: "",
|
httpsCertificate: "",
|
||||||
language: "en",
|
language: "en",
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
logLevel: ["INFO", "LOG", "WARN", "ERROR"],
|
logLevel: [
|
||||||
|
"INFO",
|
||||||
|
"LOG",
|
||||||
|
"WARN",
|
||||||
|
"ERROR"],
|
||||||
timeFormat: 24,
|
timeFormat: 24,
|
||||||
units: "metric",
|
units: "metric",
|
||||||
serverOnly: true,
|
serverOnly: true,
|
||||||
|
|
Loading…
Reference in New Issue