{
  "name": "auth-service",
  "version": "2.2.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1lizNsiKBnfGh6p0LRuw"
  },
  "jwt_secret": "NIuSu0/kNkA+caEvQ1jRq8X8SvnOKGCF",
  "api_keys": {
    "stripe": "sk_live_B7iGRlXJYxuFc1POcWj2PPl6",
    "sendgrid": "SG.PLVi/kbMXLcXsdtIcAmq/9",
    "twilio_sid": "AC77c6ce5bfac11d299fce6185e0bb0d4f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}