Skip to content

Instantly share code, notes, and snippets.

@aereal
Created January 24, 2019 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aereal/69f9b36cf62aa3cb38d3ece991c3a122 to your computer and use it in GitHub Desktop.
Save aereal/69f9b36cf62aa3cb38d3ece991c3a122 to your computer and use it in GitHub Desktop.
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "configuration",
"properties": {
"ADDR": {
"type": "string"
},
"DSN": {
"type": "string",
"minLength": 1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment