{
  "name": "auth-service",
  "version": "1.9.2",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HTqgUW8XBuVtHFL7vgJq"
  },
  "jwt_secret": "Lt2JoLmZlU1MWjaipKhWEYZ37H+blSIv",
  "api_keys": {
    "stripe": "sk_live_xYWn35NhW0YoZyFHPOTD7dlX",
    "sendgrid": "SG.31m84q/S0+Ajf51Hyw8yiz",
    "twilio_sid": "AC47e160a580935f2b931989566a4cb260"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}