MikesLab Plugins
Identity
Identity
  • 🌟Identity Wiki
  • General
    • Installation
    • Commands
    • Placeholders
  • CONFIG
    • Introduction
    • Input GUI
    • Value GUI
    • Selector GUI
    • Main GUI
    • How to install your GUI configs
  • Element
    • Element
    • Conditions
    • Actions
  • RESOURCE
    • Colors
  • GUI
    • Layout
    • Page System
  • DATABASE
    • Setup your First Connection
      • MongoDB
      • SQL
      • JSON
Powered by GitBook
On this page
  1. DATABASE
  2. Setup your First Connection

JSON

Establish your first connection to JSON

PreviousSQL

Last updated 10 months ago

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: ''