From de1baab68470d6ca807f61376403c8f0083f69f9 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 2 Nov 2020 11:23:34 +0100
Subject: [PATCH] Add back some env vars we need for now

Ideally we should fail gracefully when they are not defined..
---
 .env | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.env b/.env
index b20d503..d86fbb5 100644
--- a/.env
+++ b/.env
@@ -39,4 +39,8 @@ APP_BUILDINFO=unknown  # a git hash or something identifying the build
 APP_BUILDINFO_URL='#'
 
 # Disable the webserver bundle (avoids deprecation warnings). Use docker instead.
-DISABLE_DEV_SERVER=true
\ No newline at end of file
+DISABLE_DEV_SERVER=true
+
+# XXX: Remove
+TU_ONLINE_ORGANIZATION_API_URL=https://online.tugraz.at/tug_onlinej/ws/webservice_v1.0/cdm/organization/xml
+KNOWLEDGE_BASE_API_TOKEN=
\ No newline at end of file
-- 
GitLab