{
  "name": "auth-service",
  "version": "1.3.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eSDuFxPMwjGyQjSNt4DF"
  },
  "jwt_secret": "kLFSi/w1hnnu2IIxp+IGM5ErQc8Wf9eq",
  "api_keys": {
    "stripe": "sk_live_837BWFN7uavdv4PBGM4h1mAw",
    "sendgrid": "SG.DYNr4YbTZvjEWM0HAtUTvE",
    "twilio_sid": "ACc1ee0ca743ddffe9a9f026be59026eb7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}