{
  "name": "auth-service",
  "version": "3.0.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xIUuOKptZ6PfzwqFOnMr"
  },
  "jwt_secret": "u2jlEArMtQNP+6wmuvaPhEV2Vxu1RLkC",
  "api_keys": {
    "stripe": "sk_live_ndIGLxNe8AJeF0ivXEGbHCHZ",
    "sendgrid": "SG.N02Ciqi37gTLPSqtKJ6gX6",
    "twilio_sid": "ACf72b06a427ee73fda8279bf53da69462"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}