{
  "name": "user-service",
  "version": "2.0.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "21ZC2HzlI4FnOH4TKPaz"
  },
  "jwt_secret": "4SeEN1Pn4G9u/V/L0bhctT76wJkWYWrC",
  "api_keys": {
    "stripe": "sk_live_u9HSIkBLcpNIbHYF3u3jRHZa",
    "sendgrid": "SG.wVqb5MG2xMhbt10+6Nzpw8",
    "twilio_sid": "AC5fd97cd0a6f6acff84ef4460ad8ed822"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}