{
  "name": "auth-service",
  "version": "2.9.1",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "6jsICFN6fODgioOvISxK"
  },
  "jwt_secret": "7dRrVk92cXb2vsIg17XwVxvXdK5+Tb9J",
  "api_keys": {
    "stripe": "sk_live_tyGBpF3k2fGLjMDGNdoLdUVf",
    "sendgrid": "SG.gl/wwtuB8+abmB720uedhF",
    "twilio_sid": "AC37d21617ce9a57f335e8e6b73a2154a2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}