You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files like config.py contain quite sensitive information, read permission should be limited to user (or maybe user/group) but definitely not world readable.
As a side note, testing a modified version for Gandi, I had no problem running with limited perms (and if I take care to remove config.pyc first, file is re-generated with proper permissions too).
The text was updated successfully, but these errors were encountered:
Files like config.py contain quite sensitive information, read permission should be limited to user (or maybe user/group) but definitely not world readable.
As a side note, testing a modified version for Gandi, I had no problem running with limited perms (and if I take care to remove config.pyc first, file is re-generated with proper permissions too).
The text was updated successfully, but these errors were encountered: