Skip to content

Commit

Permalink
[Joker.OData] - adjusted url configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed Feb 3, 2024
1 parent 2d75cbb commit 8ce7528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ODataUrl" value="https://localhost:5001/"/>
<add key="ODataUrl" value="https://localhost:5001/odata"/>
</appSettings>
</configuration>
2 changes: 1 addition & 1 deletion Samples/Joker.WPF.Sample/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ODataUrl" value="http://127.0.0.1:3000/"/>
<add key="ODataUrl" value="http://127.0.0.1:3000/odata/"/>

<add key="RedisUrl" value="localhost"/>
</appSettings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"ConnectionStrings": {
"SampleDbContext": "Server=127.0.0.1,1402;User Id = SA;Password=<YourNewStrong@Passw0rd>;Initial Catalog = Test;TrustServerCertificate=true"
},
"ODataUrl": "http://localhost:3000",
"ODataUrl": "http://localhost:3000/odata/",
"RedisUrl": "localhost"
}

0 comments on commit 8ce7528

Please sign in to comment.