{
  "name": "auth-service",
  "version": "1.7.14",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DUo6Zao5dHMymUV5XkpS"
  },
  "jwt_secret": "jccIggiwbDzdnvRJQzpSGdiaTYZitiKQ",
  "api_keys": {
    "stripe": "sk_live_BnXOG9cLNxjtPqjUx80BxfIc",
    "sendgrid": "SG.KsDXHiIIr5OfFgD51C89oG",
    "twilio_sid": "AC7e0ee9445d75027034feb7354fdc1763"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}