{
  "name": "auth-service",
  "version": "1.6.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "W625ffIsXiUGvEQYY9hA"
  },
  "jwt_secret": "pC1j5583EP6rIZqpZOTehPDTE0kG8bLi",
  "api_keys": {
    "stripe": "sk_live_Z2Ct6UzYU2A45o0NmZAJJvZQ",
    "sendgrid": "SG.qG7k77yy65PyCjawAJ8ny5",
    "twilio_sid": "AC6cd5b66408681f9cb12b3d91978ff421"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}