{
  "name": "auth-service",
  "version": "2.4.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9IEs0G226sPodtfe5WrY"
  },
  "jwt_secret": "Tn7FXHU17wCjA8vuWAyMj8LOF7HGGDln",
  "api_keys": {
    "stripe": "sk_live_thiLcabD2Sm2onWdEIZX2QeT",
    "sendgrid": "SG.0xRZqtVgf94Y5O6TJCDw+W",
    "twilio_sid": "AC71f194f251d3c629db708f90961de8a7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}