{
  "name": "auth-service",
  "version": "1.9.26",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "a0xFXatCx7TXskfHxtY4"
  },
  "jwt_secret": "0VXvnjOJuuZP3GiSNUt0b1yemuvb6HlY",
  "api_keys": {
    "stripe": "sk_live_zkOszuVKJ2blAcE1EeKK73Lt",
    "sendgrid": "SG.gcROwDS5h9ASEiFmP/JrTT",
    "twilio_sid": "AC40852a8129bf2f6066dde61c274a649c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}