Skip to content

Commit

Permalink
update connection string sample
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Mar 29, 2023
1 parent 46f3b4d commit ab93fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AgileConfig.Server.Apisite/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//"provider": "oracle",
//"conn": "user id=CLINIC;password=CLINIC;data source=192.168.0.91/orcl"
//"provider": "mysql",
//"conn": "Database=agile_config;Data Source=192.168.0.125;User Id=root;Password=x;port=13306",
//"conn": "Database=agile_config;Data Source=192.168.0.125;User Id=root;Password=x;port=13306;Allow User Variables=true;",
"env": {
"TEST": {
"provider": "sqlite", //sqlite,mysql,sqlserver,npgsql,oracle
Expand Down

0 comments on commit ab93fc9

Please sign in to comment.