{
  "name": "auth-service",
  "version": "2.5.0",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "fMppzbBn8032BAUaHjnE"
  },
  "jwt_secret": "hvCjcSoKIt6xtNYkDtwjjqV57/gphRDq",
  "api_keys": {
    "stripe": "sk_live_UsH15r2U7WtJHdpO8guLVWeb",
    "sendgrid": "SG.7eAacR2EktVVqOi4gKRKfJ",
    "twilio_sid": "AC6f99cbedaa628416a7565d00f0cc2b45"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}