{
  "name": "auth-service",
  "version": "3.3.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5dhM8QUXzFJ9JkvqrjU7"
  },
  "jwt_secret": "5y4en/Bnu+z2L0mckr1TkGpaNK0Wphs4",
  "api_keys": {
    "stripe": "sk_live_Y7wpqitT9M3Mu9peWIpkIiHL",
    "sendgrid": "SG.bRXoJbrFksR2PQrDY9s1iv",
    "twilio_sid": "AC1c1ae1765ab69d93bfc44589bc1644f0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}