{
  "name": "auth-service",
  "version": "2.8.2",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "CgSlXPu0sSFQIaa0DpyL"
  },
  "jwt_secret": "ExGNxrBrOEs/sOqBV5ZMvpXWgxziqWtc",
  "api_keys": {
    "stripe": "sk_live_f2nTbaRaCqvkrEaOKBlv3f6b",
    "sendgrid": "SG.ZFWZKc+nNrolX4khqmoml6",
    "twilio_sid": "AC096fc3acece366eedd88a526f839f1ef"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}