{
  "name": "auth-service",
  "version": "1.5.25",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "czxwWjWRoAG4VDrSr1fs"
  },
  "jwt_secret": "A3ljiWWPSlh8EiZ0ZY3mdS1LaF07dzCj",
  "api_keys": {
    "stripe": "sk_live_bUr9rUrnloGfasWqxV5p9nFX",
    "sendgrid": "SG.e9oT2SDznYnynCghLGhva6",
    "twilio_sid": "AC39c9da9dc477052db26af0b39e51da16"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}