From 4d8a7a68f4f01e70dc4fac3f0c2450efc78bbecf Mon Sep 17 00:00:00 2001 From: sebivh Date: Tue, 16 Dec 2025 14:40:23 +0100 Subject: [PATCH] Add default env file --- .env.default | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .env.default 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