{
  "name": "auth-service",
  "version": "2.4.18",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QfhR4pqDeSdLOSynL2E9"
  },
  "jwt_secret": "D3ERUPlWzuxDubvWdUwrgY21h5j/r0gQ",
  "api_keys": {
    "stripe": "sk_live_stwvkJW9PzqSJ7KQwEeSv3Ky",
    "sendgrid": "SG.NdVb04LDgaMaWn17TInWsf",
    "twilio_sid": "ACd001c0539e7d3b57cc7c592017380d21"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}