{
  "name": "user-service",
  "version": "2.9.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CXA5E8iuKtgt7MKG3aU2"
  },
  "jwt_secret": "822ownNDa/Mg+Bgxq2TlmHOErJ1YIgoa",
  "api_keys": {
    "stripe": "sk_live_MNTvXiQJpB4l8n7h9rTuY1Qj",
    "sendgrid": "SG.jzbGwou0J1vABUkD2UaIi6",
    "twilio_sid": "ACb223005cad425bf15c03f568926c6ee7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}