{
  "name": "auth-service",
  "version": "1.1.16",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ys5QW6CAoNMNWswtyooY"
  },
  "jwt_secret": "z2mnp0ijz9Y2sx9dYushdrh5X5BAFVOR",
  "api_keys": {
    "stripe": "sk_live_TABxI4klg8lmytKwGUwSxIJ1",
    "sendgrid": "SG.fJB9IF7vfZEtdSDDpd9ix2",
    "twilio_sid": "ACc05b6cbe94f938025a61140ed24a7dd2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}