{
  "name": "auth-service",
  "version": "1.7.29",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YBaerXkiVnOFqcerbrCJ"
  },
  "jwt_secret": "qfv2V0cecyVX/1VEuMcr3ZeErP6NQE+A",
  "api_keys": {
    "stripe": "sk_live_tXbRUiufGKlR7J7Mr9GJ1Y5d",
    "sendgrid": "SG.E7NuHvNB3oFmLYgahmLoel",
    "twilio_sid": "AC1d5e2d7ad0310575e58753fa1c3fa6f8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}