{
  "name": "auth-service",
  "version": "2.3.28",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PjWeqVbVAjY0lxoRvi9N"
  },
  "jwt_secret": "YWO8TdBpX4DQy8Y7/yNaYbX8Q9eAM8Dt",
  "api_keys": {
    "stripe": "sk_live_odSEL4VkNaqLKswFtOTUT6HC",
    "sendgrid": "SG.NtddQ2im0pKr3v7NIFpxAH",
    "twilio_sid": "ACf09ab5ee25343dba91e0f22c99271f21"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}