{
  "name": "user-service",
  "version": "1.1.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TF5UPSfBXRTr4VcWcRE7"
  },
  "jwt_secret": "GR/OChDcJHmVztkT28fnzxAeQkDaGy2l",
  "api_keys": {
    "stripe": "sk_live_LaSgoqMEP6ogOsdkiILu7Tkq",
    "sendgrid": "SG.iKL9Mv7liZSmkDrbGkLeU5",
    "twilio_sid": "AC9c931b1b7f339d22b583c2a50068da92"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}