- Removed .save file
- Moved allowed api hosts into configuration file
- Determine first run by failed asset validation
This commit is contained in:
Felix
2016-09-12 17:08:57 +02:00
parent 6a983bc8be
commit 0eb318debc
4 changed files with 15 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ export default {
API_ENABLE: true,
API_USERNAME: "root",
API_PASSWORD: "",
API_ALLOWED_HOSTS: ["localhost", "127.0.0.1"],
// Server settings
MAX_CONNECTIONS: 64,