Browse Source

Added missing .gitignore file

dependabot/npm_and_yarn/web/prismjs-1.21.0
Schmitt, Max 8 years ago
parent
commit
31daf5ac45
  1. 53
      build/schema.json

53
build/schema.json

@ -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"
}
}
}
}
}
Loading…
Cancel
Save