{
  "name": "auth-service",
  "version": "1.6.26",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RC1TSY9gtq97rO36unx2"
  },
  "jwt_secret": "Mk/0izUdPLS3qi3K0cfA7ZrK16eGmDYD",
  "api_keys": {
    "stripe": "sk_live_pUX5XWlH30EG88LqFeVmunra",
    "sendgrid": "SG.fZv24Wd2G6OPAE2b0jwRkm",
    "twilio_sid": "AC4e76aa8d2cc30257e1b41d677d7d7b17"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}