{
  "name": "user-service",
  "version": "1.5.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nKi6GVsJNdfEr11dsD61"
  },
  "jwt_secret": "byeQY29bEId6Xu1C3RV3YAx1vHnItHQz",
  "api_keys": {
    "stripe": "sk_live_jdq1acBLAL3ISY7QEmby0woX",
    "sendgrid": "SG.1g3gS7wM+wf7gs+xQLpGA0",
    "twilio_sid": "AC913fa5b18d8b113d39b96a1787a512f3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}