Skip to content

Commit 6d929b7

Browse files
Local SPA
1 parent 529549f commit 6d929b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/settings.example.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)