{
  "name": "auth-service",
  "version": "1.0.28",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CA2uv9HzPmVXrTgn4Ay1"
  },
  "jwt_secret": "PTkKcX3ttTbfbN0PJ4Q3Qc7U82SWp0fg",
  "api_keys": {
    "stripe": "sk_live_eGTWLMVE9Q2DzESMCrAJ7AKV",
    "sendgrid": "SG.JsRUW4J3SPTCUSQ4I3Rnj9",
    "twilio_sid": "AC81d9e77776ab5dc6f329770e3f2fdc8e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}