{
  "name": "api-gateway",
  "version": "3.8.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uMRdQLZa81p3Bru5NXWn"
  },
  "jwt_secret": "GM+6pjmMQiAGjiQNrkjQCcsIKpBb/gc0",
  "api_keys": {
    "stripe": "sk_live_L5Uoe7JE8mCLIHtPxP2iIZpB",
    "sendgrid": "SG.rb8nbHZY0sF5lubNk4Gv/e",
    "twilio_sid": "ACc719a60c98c43723d6d1bc45ecff9492"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}