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 0d58329 commit b856d40Copy full SHA for b856d40
services/frontend/src/services/database.ts
@@ -6,7 +6,7 @@ class DatabaseService {
6
private storageKey: string;
7
8
constructor() {
9
- this.baseUrl = getEnv('VITE_DEPLOYSTACK_APP_URL') || 'http://localhost:3000';
+ this.baseUrl = getEnv('VITE_DEPLOYSTACK_BACKEND_URL') || 'http://localhost:3000';
10
this.storageKey = `deploystack_db_setup_status_${this.baseUrl}`;
11
}
12
0 commit comments