1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

Example configuration

This commit is contained in:
2016-07-18 13:32:36 +02:00
parent b4afa249e2
commit a3883ac512
5 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Virtualenv to use with the wsgi file
VENV = '/srv/marks.example.com/venv/bin/activate_this.py'
PORT = 8086
DEBUG = False
# Password/url key to do admin stuff with, like adding a user
SYSTEMKEY = 'S3kr1t'
LOG_LOCATION = 'digimarks.log'
#LOG_LOCATION = '/var/log/digimarks/digimarks.log'
# How many logs to keep in log rotation:
LOG_BACKUP_COUNT = 10