{
  "name": "auth-service",
  "version": "3.0.17",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sYfSFOtGG4kS50CoxZzp"
  },
  "jwt_secret": "hSj+1Ax6pnm1o6Eq9Zt12+0Jrlvu/qNb",
  "api_keys": {
    "stripe": "sk_live_MFOnsTK28Gq2tirwTw5lYsUI",
    "sendgrid": "SG.UxLe4c5lSXgL8AehOWH+EE",
    "twilio_sid": "AC1e00e3470d679ea313d0284dad8c438d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}