Merge pull request #182 from Sir3lit/patch-10

Fixed server password
This commit is contained in:
Michael (Parker) Parker
2019-04-18 06:04:38 -04:00
committed by GitHub

View File

@@ -115,12 +115,12 @@
}, },
{ {
"name": "Server Password", "name": "Server Password",
"description": "Password to join the server, Blank is none.", "description": "Password to join the server, \"\" is none",
"env_variable": "SERVER_PASS", "env_variable": "SERVER_PASS",
"default_value": "", "default_value": "\"\"",
"user_viewable": 1, "user_viewable": 1,
"user_editable": 1, "user_editable": 1,
"rules": "nullable|string|max:30" "rules": "nullable|string|max:30"
} }
] ]
} }