We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529549f commit 6d929b7Copy full SHA for 6d929b7
test/settings.example.js
@@ -0,0 +1,13 @@
1
+// Auth
2
+window.authClientId = '';
3
+window.authAuthority = '';
4
+window.authScopes = [''];
5
+window.authEnabled = false;
6
+
7
+// API endpoints
8
+window.apiKey = '';
9
+window.apiBaseUrl = '';
10
+window.apiDriversBaseUrl = `http://localhost:7071/api`;
11
+window.apiTripsBaseUrl = `http://localhost:7072/api`;
12
+window.apiPassengersBaseUrl = `http://localhost:7073/api`;
13
+window.signalrInfoUrl = '';
0 commit comments