Skip to content

Commit

Permalink
BC-7171 - Revert missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco committed Dec 18, 2024
1 parent 898aec7 commit 20758f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/envConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const getEnvs = async (): Promise<Envs> => {
} else {
const configuration: Envs = {
TLDRAW_WEBSOCKET_URL: "ws://localhost:3345",
FEATURE_TLDRAW_ENABLED: true,
TLDRAW_ASSETS_ENABLED: true,
TLDRAW_ASSETS_MAX_SIZE_BYTES: 10485760,
TLDRAW_ASSETS_ALLOWED_MIME_TYPES_LIST: [
Expand All @@ -37,6 +36,7 @@ export const getEnvs = async (): Promise<Envs> => {
"image/gif",
"image/svg+xml",
],
FEATURE_TLDRAW_ENABLED: true,
NOT_AUTHENTICATED_REDIRECT_URL: "http://localhost:4000/login",
};

Expand Down

0 comments on commit 20758f8

Please sign in to comment.