{
  "name": "auth-service",
  "version": "1.3.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iuf6mPIwp23blNxyxBoi"
  },
  "jwt_secret": "p3iTsWx2FYYGtThhDU/M87gDPR5PACvW",
  "api_keys": {
    "stripe": "sk_live_LZaGiHibHGbBiTjEneCcErMv",
    "sendgrid": "SG.4xCsZsL19gLs3wJTrTeYJy",
    "twilio_sid": "ACc6cb18f081b1c0e1558c58498068e284"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}