{
  "name": "auth-service",
  "version": "3.6.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QQZxQpXEtmaTmHRdMTWV"
  },
  "jwt_secret": "+gHB2fuLJweV9Mlq5sPpjkFGNdWQPZqL",
  "api_keys": {
    "stripe": "sk_live_YL5FasJi1JGhTLbqwFbcvH8Y",
    "sendgrid": "SG.ojk2MBFMB1QitantorbAwK",
    "twilio_sid": "AC1ee38d909ad92ea2e8543afc878fe233"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}