{
  "name": "auth-service",
  "version": "3.0.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4elvZGijLXPaLFSUb5Ys"
  },
  "jwt_secret": "f8x6TTrm4mZ9VGPJmT4B+zL5d+aw3mUJ",
  "api_keys": {
    "stripe": "sk_live_cndENlzzA5r5SATrbndP8OuS",
    "sendgrid": "SG.HiDZBCqLEJZUzzPXDyvTqR",
    "twilio_sid": "ACddc5364ce1091f2eeaf678156ee56372"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}