15 lines
780 B
Plaintext
15 lines
780 B
Plaintext
HOSTNAME="fet.at" # Hostname that will be used to filter requests
|
|
DEBUG="false" # Debug flag ( disables ldap integration )
|
|
LDAP="True" # Ldap flag ( enables connection with fet ldap )
|
|
#SECRET_KEY="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" # Secret key for the Website encryption
|
|
ETHERPAD_GROUP="g.snlbqn7S6ksRbom3" # The Etherpad Group to use
|
|
|
|
EMAIL_HOST_USER="verleih@fet.at" # The user to be used for rental Emails
|
|
#EMAIL_HOST_PASSWORD="password" # The password for the smtp account for the rental Email
|
|
|
|
#ETHERPAD_DB_USER="user" # User for the Eterpad MySql Database
|
|
#ETHERPAD_DB_PASSWORD="password" # Password for the Etherpad MySql Database
|
|
|
|
#DJANGO_MYSQL_USER="user" # The MySql User used for Database
|
|
#DJANGO_MYSQL_PASSWORD"="password" # The Password for the MySql Database
|