{
  "name": "auth-service",
  "version": "3.3.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6nT4vVY3GX5op0ZLtwau"
  },
  "jwt_secret": "Wci43lEckqMEB4sqejjV16YaOBoJZSNH",
  "api_keys": {
    "stripe": "sk_live_sINVPtJg0ltk0yP4gk2tY6s6",
    "sendgrid": "SG.gbkXjQvvshRW0dxUhNs1f/",
    "twilio_sid": "AC861c2604209e26bd16f45fcd566315a9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}