-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BC-8404 - Move tldraw config to issolate it from server config #42
Conversation
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST: "image/png,image/jpeg,image/gif,image/svg+xml" | ||
FEATURE_TLDRAW_ENABLED: "true" | ||
NEST_LOG_LEVEL: "info" | ||
EXIT_ON_ERROR: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no more exit on error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is default true in code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After all i personally think it's a very bad Idea to exit on error.
Specaly on a multi user and board POD.
Why i think so is that if for one user an error happened all other users with other boards are even face the consequences of the restart.
src/modules/server/server.config.ts
Outdated
@@ -3,28 +3,28 @@ import { IsArray, IsBoolean, IsNumber, IsString, IsUrl } from 'class-validator'; | |||
|
|||
export class ServerConfig { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Können wir ServerConfig
umbenennen? Als ich das im Code gelesen habe, haben bei mir gleich alle Alarmglocken geläutet, weil ich dachte, wir nutzen hier die ServerConfig
vom schulcloud-server
.
Mein Vorschlag wäre TldrawServerConfig
?
Wenn nicht, ist auch okay! Muss ich nur meinen inneren Monk versuchen das beizubringen.
Quality Gate passedIssues Measures |
Description
Links to Tickets or other pull requests
https://ticketsystem.dbildungscloud.de/browse/BC-8404
BC-8404 - Move tldraw config to issolate it from server config tldraw-client#118
BC-8404 - Move tldraw config to issolate it from server config dof_app_deploy#1039
Changes
Datasecurity
Deployment
New Repos, NPM pakages or vendor scripts
Screenshots of UI changes
Approval for review