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: "",
|
||||
language: "en",
|
||||
locale: "en-US",
|
||||
logLevel: ["INFO", "LOG", "WARN", "ERROR"],
|
||||
logLevel: [
|
||||
"INFO",
|
||||
"LOG",
|
||||
"WARN",
|
||||
"ERROR"],
|
||||
timeFormat: 24,
|
||||
units: "metric",
|
||||
serverOnly: true,
|
||||
|
|
Loading…
Reference in New Issue