{
  "name": "user-service",
  "version": "1.2.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6YE7X0RmK29B6kg9rbiD"
  },
  "jwt_secret": "v0om32TVJqv/hxtcS9f7LJncHvtXDGd+",
  "api_keys": {
    "stripe": "sk_live_8KKSOTGxwCghCET79AbmhCSm",
    "sendgrid": "SG.dbm50SJqm8y7E4uoKiWysF",
    "twilio_sid": "AC456b6e3129ecf2985c4279462dc974ea"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}