{
  "name": "auth-service",
  "version": "3.8.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fCVfnhjOr2St8N7QrpBy"
  },
  "jwt_secret": "e4mI1uGbBk6X1saxkeCP8dxUC6FuK7qo",
  "api_keys": {
    "stripe": "sk_live_g2jxiZaOsokdYoex87lou9Co",
    "sendgrid": "SG.rVXYGF00SgFDCBtHMh+HUS",
    "twilio_sid": "AC1c532466e11f60c8f681eb7e4a04658a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}