{
  "name": "user-service",
  "version": "3.0.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aZ40ekvhSmW40RSUWuFU"
  },
  "jwt_secret": "1vg/qgbwWA/aB6a4xInSOse+HD8Ckg7B",
  "api_keys": {
    "stripe": "sk_live_s7Qs8ln0BQhZKteorK3Kj7LP",
    "sendgrid": "SG.dxw+WrhpZf28shNu60ia5o",
    "twilio_sid": "ACcafd8267fd73245edb8f582d3faf1d7e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}