dotnet-podcasts/docs/demos/dotnet-maui/README.md

14 lines
640 B
Markdown
Raw Normal View History

2022-04-22 00:53:34 +08:00
## .NET MAUI Configuration
2022-04-22 02:30:19 +08:00
The .NET MAUI apps are setup to run locally against the APIs running in Docker. If you are unable to deploy locally, you can use these pre-deployed services:
Open `src/Mobile/Config.cs` and enter
```csharp
public static string BaseWeb = $"https://dotnetpodcasts.azurewebsites.net/";
2022-12-02 02:36:10 +08:00
public static string APIUrl = $"https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io/";
2022-04-22 02:30:19 +08:00
public static string ListenTogetherUrl = $"https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether";
```
Watch the .NET Conf 2021 demo of .NET MAUI here: https://youtu.be/gYQxBHjRNr0?t=3357