{
  "name": "user-service",
  "version": "3.2.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nSObaqN7YRFtT6pzSj4r"
  },
  "jwt_secret": "7Wc6qCYX38uCfo8l6drJw0iggUAy+0y6",
  "api_keys": {
    "stripe": "sk_live_E6hrYpn16IxeWESUShiSmRsg",
    "sendgrid": "SG.Qah1CXlI9siOnQ7uF9kWrj",
    "twilio_sid": "AC2cd6416df766846d68695fdce2331793"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}