You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/28 06:31:49 UTC

[GitHub] [incubator-shardingsphere] wgy8283335 edited a comment on issue #2114: Where can I find detailed documentation on shardingsphere configuration

wgy8283335 edited a comment on issue #2114: Where can I find detailed documentation on shardingsphere configuration
URL: https://github.com/apache/incubator-shardingsphere/issues/2114#issuecomment-477466594
 
 
   @lklkxcxc ,you could find the answer in incubator-shardingsphere-example.
   https://github.com/apache/incubator-shardingsphere-example.
   take a look at config.yaml document of the example.As below:
   
   
   dataSources:
     ds_0:
       url: jdbc:mysql://127.0.0.1:3306/demo_ds_0
       username: root
       password:
     ds_1:
       url: jdbc:mysql://127.0.0.1:3306/demo_ds_1
       username: root
       password:
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services