{
  "name": "user-service",
  "version": "3.3.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0emi8l8g614a6IOjGv3e"
  },
  "jwt_secret": "HQP4X+l1SIrTpnzBQo8ytIRevd5IQo2j",
  "api_keys": {
    "stripe": "sk_live_zrJwlrJa2dWzYuTBcPS8wnBM",
    "sendgrid": "SG.MhnlfZZBq7BhWCJ9+9/jVg",
    "twilio_sid": "AC6cfb508a24ff13a824f20c380fdcf426"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}