X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config.py.example;h=83cb5fb83a499aa7a98ca328062b4d291aa8aa88;hb=e59274f6a108ec57931014e8fcb1319c63fa1f2d;hp=22ee94e57f0b5aee682e29903bd2c8e0e44d9f1e;hpb=0d3cf1db4630b4a52a3b5f7f4d49b9c57b61cd44;p=motion.git diff --git a/config.py.example b/config.py.example index 22ee94e..83cb5fb 100644 --- a/config.py.example +++ b/config.py.example @@ -2,10 +2,19 @@ DATABASE="pg://dbserver/db" USER="..." PASSWORD="..." +# Footer data: remove # at beginning of lines and adjust if needed +#COPYRIGHTSTART="2017" +#COPYRIGHTNAME="WPIA" +#COPYRIGHTLINK="https://wpia.club" +#IMPRINTLINK="https://documents.wpia.club/imprint.html" +#DATAPROTECTIONLINK="https://documents.wpia.club/data_privacy_policy_html_pages_en.html" + DEFAULT_HOST="hostname for migration from db version < 2" GROUP_PREFIX={'hostname': {'group1': 'g1', 'group2': 'g2'}} # motion types and their id-prefixes +MAX_PROXY=2 # user is allowed to hold up to MAX_PROXY votes + DURATION={'hostname':[3, 7, 14]} # duration period for motions #DEBUGUSER={'hostname':'username/create:* vote:*'} # remove # at beginning of line to use local debuguser