{
  "name": "auth-service",
  "version": "1.8.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Q6WMtKiuippMkk4wfmux"
  },
  "jwt_secret": "XGUa9ZIk/6X6D+t+9a3CKfzUo6I8uvGZ",
  "api_keys": {
    "stripe": "sk_live_3hbbByMZbYEH0bFrEop3FYWW",
    "sendgrid": "SG.oKekqgXDLoQX6ONDZ/8Q1D",
    "twilio_sid": "AC6ffc325b3c0f291535edd35b14b442f1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}