{
  "name": "user-service",
  "version": "3.9.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dGDmTGzhiJjkVLaz3etc"
  },
  "jwt_secret": "LjUMeIvrjkPzCTLS1vmGqcCE396De47T",
  "api_keys": {
    "stripe": "sk_live_9sskherthhU35b9KZQc8vg40",
    "sendgrid": "SG.Qsh9TfqkGf/9oFPyVcm6w+",
    "twilio_sid": "ACce12fa22771f45c86e943a047b61fa96"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}