{
  "name": "user-service",
  "version": "1.0.3",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "4xvwdWKe7TCfzo8lkxDi"
  },
  "jwt_secret": "VHq3OZ7GOeMAwQcVn5iRz5YfZt8+dZoE",
  "api_keys": {
    "stripe": "sk_live_ah63xOMtUWbfdF2xZs84Qc1t",
    "sendgrid": "SG.aCvU22Dz1dGw9bOEfTlZUB",
    "twilio_sid": "ACfd6c0ba1a15b736612e1e8fe070b66fc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}