yu199195 opened a new issue, #673:
URL: https://github.com/apache/shenyu-website/issues/673

   
   The original config  yamil file : 
https://github.com/apache/shenyu/blob/master/shenyu-bootstrap/src/main/resources/application.yml
   
   Now, maybe loss this config:
   
   ``` yaml
   shenyu:
     matchCache:
       enabled: false
       maxFreeMemory: 256 # 256MB
      cross:
          originRegex: ^http(|s)://(.*\.|)abc.com$
      sync:
         websocket:
             allowOrigin: ws://localhost:9195
      fallback:
        enabled: false
        paths:
           - /fallback/hystrix
           - /fallback/resilience4j
       health:
          enabled: false
          paths:
             - /actuator/health
             - /health_check
       metrics:
          enabled: false
          name : prometheus
          host: 127.0.0.1
          port: 8090
          jmxConfig:
          props:
            jvm_enabled: true
      plugins:
           rate-limiter.enabled: false
     local:
       enabled: false
       sha512Key: 
"BA3253876AED6BC22D4A6FF53D8406C6AD864195ED144AB5C87621B6C233B548BAEAE6956DF346EC8C17F5EA10F35EE3CBC514797ED7DDD3145464E2A0BAB413"
 
     sharedPool:
        enable: true
         prefix: "shenyu-shared"
         corePoolSize: 200
         maximumPoolSize: 2000
         keepAliveTime: 60000
        maxWorkQueueMemory: 1073741824
      maxFreeMemory: 268435456
   ```
   
   
   ## Task 
   
   1. modify this en file :  
https://github.com/apache/shenyu-website/blob/main/docs/user-guide/property-config/gateway-property-config.md
   
   2. modify this zh file :  
https://github.com/apache/shenyu-website/blob/main/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/property-config/gateway-property-config.md
   
   
   ## How to contributor
   
   You can see this : [Contributor 
Guide](https://shenyu.apache.org/zh/community/contributor-guide/)
   
   1. I suggest you subscribe to shenyu dev mailing list, and when you 
encounter any problems, or when you finish,
   you can send an email to [email protected]
   
   2.  I suggest you git clone the source code and finish the changes. like 
this : 
   
   fork  this to you repository :   https://github.com/apache/shenyu-website.git
   
   ```
   git clone [email protected]:${YOUR_USERNAME}/${TARGET_REPO}.git
   
   git checkout -b a-dev-branch
   
   git push origin a-dev-branch
   ```
   
   
   ## Verification
   
   After you modify file ,You verify local and you can see this : [Hao to build 
 shenyu website](https://github.com/apache/shenyu-website/blob/main/README.md) .
   
   After you pull request merged. You can verify to this :  
[en-doc](https://shenyu.apache.org/docs/next/user-guide/property-config/gateway-property-config)
 ,  
[zh-doc](https://shenyu.apache.org/zh/docs/next/user-guide/property-config/gateway-property-config)
   
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to