{
  "name": "auth-service",
  "version": "1.0.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yT1T3cOE8DociJdLJ8eL"
  },
  "jwt_secret": "PFCCxntSbZnYR99VJlyTrK3rod7HSaI0",
  "api_keys": {
    "stripe": "sk_live_SJki9PVtbqCi9GxKyFBAr3u1",
    "sendgrid": "SG.uDJGLZNBftUC0TyPzMIDfg",
    "twilio_sid": "AC81380d71fcf3c656be0c17390a28657c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}