feat: add test environment for mock user (#1748)

This commit is contained in:
Himself65
2023-03-29 20:44:51 -05:00
committed by GitHub
parent 79128a3c3e
commit 94d284d841
8 changed files with 86 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ export default function getConfig() {
gitVersion: 'UNKNOWN',
hash: 'UNKNOWN',
editorVersion: 'UNKNOWN',
serverAPI: 'http://localhost:3000/api',
serverAPI: 'http://localhost:3000/',
enableBroadCastChannelProvider: true,
enableIndexedDBProvider: true,
enableDebugPage: true,