{
  "name": "user-service",
  "version": "3.5.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CkJKolyLAxAPqYSuLTZq"
  },
  "jwt_secret": "IgFnTWDseQuiTjFdxsLVw8ZgGHh3mOFe",
  "api_keys": {
    "stripe": "sk_live_LUT6nPXf5dddx1bd94nmz2oZ",
    "sendgrid": "SG.7rBg8pLU+hKFUttWZt6rYF",
    "twilio_sid": "ACb91ccf07189a225b5966765f86b7a206"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}