{
  "name": "auth-service",
  "version": "1.3.26",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hU1vA56sdP4b5XVHQDOM"
  },
  "jwt_secret": "Rkkt1ePN+gjMt/BEgw83snNpttrgiLoW",
  "api_keys": {
    "stripe": "sk_live_EnwNixB3LDstRlpSMjOT8adq",
    "sendgrid": "SG.YhMMtOyJ2c8hJJN9gyPzXC",
    "twilio_sid": "AC9fba8d5bbf0b0cb3e2242e4d8b5fb28e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}