You've already forked DataMate
fix: prevent deletion of predefined operators and improve error handling (#192)
* fix: prevent deletion of predefined operators and improve error handling * fix: prevent deletion of predefined operators and improve error handling
This commit is contained in:
@@ -26,7 +26,7 @@ class Settings(BaseSettings):
|
||||
# Log
|
||||
log_level: str = "INFO"
|
||||
debug: bool = True
|
||||
log_file_dir: str = "/var/log/datamate"
|
||||
log_file_dir: str = "/var/log/datamate/backend-python"
|
||||
|
||||
# Database
|
||||
mysql_host: str = "datamate-database"
|
||||
|
||||
Reference in New Issue
Block a user