PeiMouRen commented on issue #19753:
URL: 
https://github.com/apache/shardingsphere/issues/19753#issuecomment-1201070688

   **server.yaml**
   
   ```
   mode:
     type: Cluster
     repository:
       type: ZooKeeper
       props:
         namespace: governance_ds
         server-lists: localhost:2181
         retryIntervalMilliseconds: 500
         timeToLiveSeconds: 60
         maxRetries: 3
         operationTimeoutMilliseconds: 500
     overwrite: true
   #
   rules:
     - !AUTHORITY
       users:
         - root@%:123456
         - postgres@%:postgres
         - db@%:123456
       provider:
         type: ALL_PRIVILEGES_PERMITTED
   
   props: 
     sql-show: true 
     sql-simple: false
     check-table-metadata-enabled: true
   ```
   The value of `overwrite` in `server.yaml` is `true`, which means that the 
local configuration is preferentially loaded?


-- 
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