{
  "name": "auth-service",
  "version": "1.8.28",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u5qw91BGWjeWb2e1cGce"
  },
  "jwt_secret": "pf6QG1vI0uRPPvmEa5g2LjydX/uM/W/o",
  "api_keys": {
    "stripe": "sk_live_elM73nFGVFwVm0rfaIC6hKo5",
    "sendgrid": "SG.XzAPFmaJk+n5kfzyzqpokE",
    "twilio_sid": "AC264eb1f517055ab9ca08fc1f560d5066"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}