{
  "name": "user-service",
  "version": "1.2.21",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GRp3W5HcebkJGzLNc2I5"
  },
  "jwt_secret": "bZrbLFpgx2Y1fixg6ye3gXHLBwR7Kzrz",
  "api_keys": {
    "stripe": "sk_live_j9caPnTMWwUvncQ2b4B3NU0E",
    "sendgrid": "SG.ZNL0M9ujuAE2fDMSTCzeuU",
    "twilio_sid": "ACb06ca9c97b97fa433dfa02dbc284e31d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}