Skip to content

Wrong .prod.env values for LOCAL_PROJECTS and TEMP_DIR #202

@uprel

Description

@uprel

This lines in .prod.env cannot be like this:

LOCAL_PROJECTS=os.path.join(config_dir, os.pardir, os.pardir, 'projects') # for local storage type

TEMP_DIR=gettempdir() # trash dir for temp files being cleaned regularly

Using this configuration I ended up with such folder names in docker:
image

This is surelly wrong, so I commented lines out to use default values.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions