{
  "name": "auth-service",
  "version": "3.1.29",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "84ChI3VkOsaUdcy6h8xw"
  },
  "jwt_secret": "0rkvRfHZYGMqtf5P+Nfj9tExHrWeJiQS",
  "api_keys": {
    "stripe": "sk_live_yCvc2y0azeTiAyzZCwbN3iAw",
    "sendgrid": "SG.m9il89lrdhzZAe4r18GP0h",
    "twilio_sid": "AC63f2fc4d2d4a5d898f79f86356308e9a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}