{
  "name": "user-service",
  "version": "2.5.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "910Z2aOUi0n7RgwAjM5W"
  },
  "jwt_secret": "b70JqTaDVHQoy9WlywFTzklZqAaR5lSG",
  "api_keys": {
    "stripe": "sk_live_VCjLVx2a26uVW4W8cxhED2VH",
    "sendgrid": "SG.pLfhiNCMFvFcENnMRpiT8l",
    "twilio_sid": "AC707aab800cd88d253e76e322decf9a5b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}