From fa8389e070fdb039cb59cb4a37721d4761a2732d Mon Sep 17 00:00:00 2001 From: Julian Rother <julian@jrother.eu> Date: Wed, 17 Nov 2021 17:56:52 +0100 Subject: [PATCH] Remove left over config.json --- config.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 2c41b87..0000000 --- a/config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dn_base": "dc=example,dc=com", - "bind_password": "thisisthebindpassword", - "api_baseurl": "http://localhost:5000/api/v1", - "api_key": "secretapikey", - "listen_addr": "127.0.0.1:3389", - "cache_ttl": 60, - "enable_mail": false -} -- GitLab