{
  "name": "auth-service",
  "version": "2.8.29",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EhtM9NIgRfCyYfxoKTZW"
  },
  "jwt_secret": "qdqNIDGJ3VJU9WuGKE0URFJGgVMq0pj0",
  "api_keys": {
    "stripe": "sk_live_8nConkTGMDcMbXT0fKs51bjY",
    "sendgrid": "SG.rYUwd0kjf0gXtfoZ/7avXz",
    "twilio_sid": "ACbd43bc61e4e04f71d4376542ba7a2718"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}