{
  "name": "auth-service",
  "version": "3.0.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jnqI7FZzAAmKfwXZJBhx"
  },
  "jwt_secret": "ExCvn5261RtNkrgocVG/3/SFVBZKSsM7",
  "api_keys": {
    "stripe": "sk_live_P6iYh9g66CLvGHxFpyaeZLZU",
    "sendgrid": "SG.wgdRQXDy4FKZOr6qpMjdb4",
    "twilio_sid": "ACeb5e7fea9422c91bcdafc670f8b43891"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}