Skip to content

Commit

Permalink
Add tldraw_db_url
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejpass committed Nov 17, 2023
1 parent 511e92c commit 2028a6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ let defaultTldrawDbUrl = null;
switch (NODE_ENV) {
case ENVIRONMENTS.TEST:
defaultDbUrl = 'mongodb://127.0.0.1:27017/schulcloud-test';
defaultTldrawDbUrl = 'mongodb://127.0.0.1:27017/tldraw-test';
break;
default:
defaultDbUrl = 'mongodb://127.0.0.1:27017/schulcloud';
Expand Down

0 comments on commit 2028a6d

Please sign in to comment.