{
  "name": "auth-service",
  "version": "2.2.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7L8fjLmHQ7G0AJLXbem2"
  },
  "jwt_secret": "J4D+mm5Fm91xxMKEfd5HXzjZ+eGH8STo",
  "api_keys": {
    "stripe": "sk_live_N9Ae165SeN5IUbggccxSaUon",
    "sendgrid": "SG.HB9mDdlu1DiEGNWV2cn53Z",
    "twilio_sid": "ACbd3b592f2efd7c819c04cb94d45e81cd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}