Config File

Application configuration JSON

JSON

{
  "app": "myapp",
  "version": "1.0.0",
  "debug": false,
  "database": {
    "host": "localhost",
    "port": 5432,
    "name": "mydb"
  },
  "features": [
    "auth",
    "logging",
    "cache"
  ]
}

Stats

Related tools

Other examples