{
  "name": "auth-service",
  "version": "3.8.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "64JR5nZmz4q9mTPqEbUy"
  },
  "jwt_secret": "0gjp5bg2f0rpvKGS96G0n63Jm+2ggBTP",
  "api_keys": {
    "stripe": "sk_live_g3a0PWvsKCt7pgCHma7qS04a",
    "sendgrid": "SG.oMoXJdcJYCDoUmytSlLXVi",
    "twilio_sid": "ACcfd684b01d284af6324e8d9e12e568ff"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}