新生命X组件,数据中间件XCode、日志、网络、RPC、序列化、缓存、Windows服务 www.newlifex.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
852 B

  1. {
  2. "Url": "https://newlifex.com/",
  3. "ConnectionStrings": {
  4. "MySQL.AppSettings": {
  5. "connectionString": /**/ "Server=.;Port=3306;Database=mysql;Uid=MySQL.default;Pwd=;",
  6. "providerName": "MySql.Data.MySqlClient"
  7. //
  8. //
  9. },
  10. "sqlserver": {
  11. "connectionString": "Server=127.0.0.1;Database=Membership;Uid=root;Pwd=root;",
  12. "providerName": "SqlServer"
  13. },
  14. "MySQL.AppSettings.default": {
  15. /*"connectionString": "Server=.;Port=3306;Database=mysql;Uid=MySQL.default;Pwd=;",*/
  16. /*"providerName": "MySql.Data.MySqlClient"*/
  17. },
  18. "TDengine": {
  19. "connectionString": "Server=gz01.newlifex.com;Port=6030;Database=db;user=root;password=taosdata",
  20. "providerName": "TDengine"
  21. }
  22. }
  23. }