{
  "name": "auth-service",
  "version": "3.9.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u5ruIAsJAFM0XS8tE3Yh"
  },
  "jwt_secret": "EzZoikgkeb4Mxfsy/teuODn51hG6twR6",
  "api_keys": {
    "stripe": "sk_live_6O1Dn9GPAw2Ed8HnT8wvaI3R",
    "sendgrid": "SG.7Gc7vScN2BUGaCb3Jxjxfr",
    "twilio_sid": "AC6c5721b2d60e709298ae19e33bd403f8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}