{
  "name": "auth-service",
  "version": "2.5.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eBcZLpNvyZBbI44FF5VJ"
  },
  "jwt_secret": "4i5IGi7yGmdYqO65q/2mCbwWPGll4dJx",
  "api_keys": {
    "stripe": "sk_live_7H6sLSK0hn3w0vfkrDGUIZLW",
    "sendgrid": "SG.LzDWXgx7VRZufNFBG/U935",
    "twilio_sid": "ACe474b8b1c142c252896f666f8e06452d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}