{
  "name": "auth-service",
  "version": "3.7.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "C2QQmxgeGXsviuezCVST"
  },
  "jwt_secret": "HyAMe/UnmyuDH8jLaZrV20mlbbkh04Od",
  "api_keys": {
    "stripe": "sk_live_NoxhiwOohOMsNMfGpL8ZDXc8",
    "sendgrid": "SG.e5F6Pmc656pHrc8O1EISoN",
    "twilio_sid": "AC5b48e34600633e9a893905d39ed04648"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}