{
  "name": "auth-service",
  "version": "1.4.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aPYHV9UJduLpMIA9dtjy"
  },
  "jwt_secret": "jkuVjLgTZsQzroAcLhDx4uH7BO1lvVUQ",
  "api_keys": {
    "stripe": "sk_live_l1IWPHqW6i0srUOrdb5sOSlr",
    "sendgrid": "SG.hLl5QyPKmOMtZAmKdAUlm2",
    "twilio_sid": "ACd8cfab3f9554b72107dbd46069639ff0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}