JSON

Establish your first connection to JSON

Follow this format to setup your JSON database:

database:
  type: JSON
  uri: '{dataFolder}/identity.json' # It will be auto-generated if doesn't exists
  password: ''
  username: ''
  database: ''
  table: ''

Last updated