{
  "name": "auth-service",
  "version": "3.1.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "535dXfxULzV2rKivsuR9"
  },
  "jwt_secret": "Et1hDZ+s8pQ11UpB/wz5Z3AenT8cvSkk",
  "api_keys": {
    "stripe": "sk_live_VUSgR00FuZEX7OMHcLyUPa4w",
    "sendgrid": "SG.W6zSquEx+uM9JeYE97m3sx",
    "twilio_sid": "ACb3b8226ce12c28f5756f3465ecf1b960"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}