mirror of
https://github.com/enpaul/kodak.git
synced 2024-11-14 10:36:55 +00:00
Update default content directory
This commit is contained in:
parent
19739d17f4
commit
56e683a94a
@ -243,8 +243,8 @@ class KodakConfig:
|
||||
|
||||
database: DatabaseConfig = field(default_factory=DatabaseConfig.from_env)
|
||||
manips: Dict[str, ManipConfig] = field(default_factory=dict)
|
||||
source_dir: Path = Path.cwd() / "images"
|
||||
content_dir: Path = Path.cwd() / "images"
|
||||
source_dir: Path = Path.cwd() / "pictures"
|
||||
content_dir: Path = Path.cwd() / "content"
|
||||
expose_source: bool = False
|
||||
private: bool = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user