From 63e4e575358fe4d71f680c8f97f6d6b875ce01ee Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Sat, 14 Jul 2018 15:51:32 +0200 Subject: [PATCH] remove bogus file --- includes/config.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 includes/config.php diff --git a/includes/config.php b/includes/config.php deleted file mode 100644 index 4b63c2f..0000000 --- a/includes/config.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -return [ - // Trac - 'trac-url' => 'https://tleilax:v0i8s1a5@develop.studip.de/trac/login', - 'trac-query' => 'id=8682', - - // GitLab - 'gitlab-url' => 'http://gitlabdev01.virt.uni-oldenburg.de', - 'gitlab-project' => 'studip/trunk', - 'gitlab-access-token' => 'se7cRwBAyySpFnzWmk7a', - 'gitlab-admin-token' => true, - - // Conversion settings - 'create-trac-links' => true, -]; -- GitLab