diff --git a/.env.default b/.env.default new file mode 100644 index 00000000..d1b293cb --- /dev/null +++ b/.env.default @@ -0,0 +1,14 @@ +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