You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
379 B
12 lines
379 B
# This is a sample file |
|
# You can override every value available in the class DefaultConfig |
|
|
|
class LocalConfig(object): |
|
DB_NAME = "pcv5" |
|
USE_LDAP = True |
|
LDAP_PASSWORD = "openldap" |
|
LDAP_ENV = "o=prod" |
|
SECRET_KEY = "a-random-secret-key" # CHANGE THIS VALUE *NOW* |
|
AVATARS_FOLDER = '/home/pc/data/avatars/' |
|
ENABLE_GUEST_POST = True |
|
SEND_MAILS = True
|
|
|