{
  "name": "user-service",
  "version": "1.8.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4QvaqpqTKlSUM0crpTqI"
  },
  "jwt_secret": "+EIohO78iNK/Rg7ruq47L7PIjj8y06UM",
  "api_keys": {
    "stripe": "sk_live_MiLKqHvf3I1gT29pl0v1RmTK",
    "sendgrid": "SG.MM1o20Mn97BAPQ2Noql6oS",
    "twilio_sid": "ACde4185b0f7a9a31add54e99d6bd9d22e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}