From a46c171de7e1748717c59d2c04981ac028735427 Mon Sep 17 00:00:00 2001 From: TSS Date: Thu, 2 Oct 2025 14:51:52 +0000 Subject: [PATCH] removed config.json + BUFIX: staging --- .gitignore | 1 + config.json | 7 ------- docker-compose.staging.yml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 config.json diff --git a/.gitignore b/.gitignore index f14b443..73dc9da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ cache/ _cache/ tmp/ lenz-web +config.json diff --git a/config.json b/config.json deleted file mode 100644 index 91fd22b..0000000 --- a/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "debug": true, - "watch": false, - "git_url": "https://github.com/Theodor-Springmann-Stiftung/lenz-briefe.git", - "webhook_secret": "404Ec7FuyCkWThFzfEHo", - "address": "0.0.0.0" -} diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index 06bbb27..d48bddb 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -1,5 +1,5 @@ services: - lenzbriefe_staging: + lenzbriefestaging: build: . expose: - "8085"