{
  "name": "user-service",
  "version": "1.9.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OXvgKlNl2sNFsBxuww2G"
  },
  "jwt_secret": "PU4zYVU8DzC6Q7VhGTqQWQtHeBO7G/oh",
  "api_keys": {
    "stripe": "sk_live_5KFZGfWNwAI1C7DsJ3YOuyem",
    "sendgrid": "SG.y2kyrdlKRkORmtfYYZWi+G",
    "twilio_sid": "AC0db5f230264d623c1ded1f58e328171e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}