Skip to content

Commit

Permalink
Remove tldraw properties from config response
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Dec 11, 2024
1 parent a87ebf8 commit 026eb2d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/server/src/modules/server/api/dto/config.response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ export class ConfigResponse {
@ApiProperty()
FEATURE_TLDRAW_ENABLED: boolean;

@ApiProperty()
TLDRAW__WEBSOCKET_URL: string;

@ApiProperty()
TLDRAW__ASSETS_ENABLED: boolean;

@ApiProperty()
TLDRAW__ASSETS_MAX_SIZE_BYTES: number;

@ApiProperty()
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST: string[];

@ApiProperty()
ADMIN_TABLES_DISPLAY_CONSENT_COLUMN: boolean;

Expand Down

0 comments on commit 026eb2d

Please sign in to comment.