{
  "name": "auth-service",
  "version": "3.0.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "J8OrdSjQxf9WlUVuzgWa"
  },
  "jwt_secret": "3UlqtAFtKbPEWIfWRHWmpNv6x1rXRHoo",
  "api_keys": {
    "stripe": "sk_live_TWCtjYgAFBvgE0Hf0u4ESU1H",
    "sendgrid": "SG.GAUcrt9DDdqoR5zA1Xv4G6",
    "twilio_sid": "AC8ddfa47f67f3cd1f87924f0794fc792e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}