From 31daf5ac4597fd1859ac550615f2f15f0bb37161 Mon Sep 17 00:00:00 2001 From: "Schmitt, Max" Date: Wed, 8 Nov 2017 16:52:58 +0100 Subject: [PATCH] Added missing .gitignore file --- build/schema.json | 53 ----------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 build/schema.json diff --git a/build/schema.json b/build/schema.json deleted file mode 100644 index 58f3966..0000000 --- a/build/schema.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "$schema": "http://json-schema.org/schema#", - "type": "object", - "properties": { - "$schema": { - "type": "string" - }, - "Handlers": { - "type": "object", - "properties": { - "BaseURL": { - "type": "string" - }, - "EnableGinDebugMode": { - "type": "boolean" - }, - "ListenAddr": { - "type": "string" - }, - "OAuth": { - "type": "object", - "properties": { - "Google": { - "type": "object", - "properties": { - "ClientID": { - "type": "string" - }, - "ClientSecret": { - "type": "string" - } - } - } - } - }, - "Secret": { - "type": "string" - } - } - }, - "Store": { - "type": "object", - "properties": { - "DBPath": { - "type": "string" - }, - "ShortedIDLength": { - "type": "integer" - } - } - } - } -} \ No newline at end of file