{
  "name": "auth-service",
  "version": "3.1.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "D2BnGGFRSOrF7MXihfCO"
  },
  "jwt_secret": "IBpuZ6vOlaMieDyZeOo9UZgIsbfvJOyD",
  "api_keys": {
    "stripe": "sk_live_LFXc5U8g2UkbyoECaRA35quB",
    "sendgrid": "SG.9i+E+9CA7sVXuuruQyZvza",
    "twilio_sid": "ACe5f5abde69f4391f7708948fa41f1bb6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}