{
  "name": "auth-service",
  "version": "1.3.2",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "HMIWzK3y58QOCU4Q3FmX"
  },
  "jwt_secret": "fRL23f2W1A14p8BrSFZCJ9Q5RrBaLl5O",
  "api_keys": {
    "stripe": "sk_live_6ZlF2Kqr5zodXyzhwofdEJar",
    "sendgrid": "SG.W25OrLb3+9v0b+bXIZosw+",
    "twilio_sid": "ACcc50e2b819a79767de6717c3d67dafd7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}