{
  "name": "auth-service",
  "version": "1.8.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gaNq6nSrOBBGEgokKVq6"
  },
  "jwt_secret": "XuFYLQHlRu2mHPZ++BvsxfD0KjLfn2BB",
  "api_keys": {
    "stripe": "sk_live_YODNGoXcXeQjTcUAnT2M5x9M",
    "sendgrid": "SG.O54g/8kmAftIW4n5xR6avZ",
    "twilio_sid": "AC48335c7fc6d796b1ef5550a31e37834f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}