{
  "name": "auth-service",
  "version": "3.1.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hdSrZ7vHitjKUdIAptAk"
  },
  "jwt_secret": "aE5tls0Eo2TFIMhC6QN+jYbKcY37HqsJ",
  "api_keys": {
    "stripe": "sk_live_4f8Ms2YLIIB268V6wfwa6NXH",
    "sendgrid": "SG.nI+vDKgdsswnAJpAgthzU/",
    "twilio_sid": "AC1a3e8566a54509449459ef101e009dc6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}