{
  "name": "auth-service",
  "version": "2.8.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VZ5LhpFopuW2CU33KqQo"
  },
  "jwt_secret": "YjoN5rw/x2Mj1UwidHewEmV0R9PfuGpe",
  "api_keys": {
    "stripe": "sk_live_1yFVE0I1HI04NmkjZcgJgOSJ",
    "sendgrid": "SG.QQ+5c74M6ckYKyWpZfJ5SR",
    "twilio_sid": "ACee80d55dd1218cab18c8033a394a1a95"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}