{
  "name": "auth-service",
  "version": "1.7.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "r0564zSg0t3MsKMPl0xp"
  },
  "jwt_secret": "rhGBpRI0A8xFgytGmCYugHF5IwJTBrGA",
  "api_keys": {
    "stripe": "sk_live_0dyvLamT58CngR8a8TusUy0c",
    "sendgrid": "SG.7Z5oye46xr6tSneg2AF8QE",
    "twilio_sid": "AC4e013273b8ac34a653c15005a1ba591a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}