From 10d180bd7eecfb586814a21b15900e7978a351c0 Mon Sep 17 00:00:00 2001 From: rxf Date: Sat, 25 Jul 2026 11:59:32 +0000 Subject: [PATCH] Remove noise/.env.example (Config liegt im Stack unter /opt/stacks) --- noise/.env.example | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 noise/.env.example diff --git a/noise/.env.example b/noise/.env.example deleted file mode 100644 index fd86a67..0000000 --- a/noise/.env.example +++ /dev/null @@ -1,10 +0,0 @@ -# API Configuration -API_KEY=your_api_key_here -APIHOST=http://localhost:3005 - -# MongoDB Configuration (if needed) -MONGO_ROOT_USERNAME=admin -MONGO_ROOT_PASSWORD=your_password_here -LOCALDIR=/path/to/local/dir -REPO_USER=your_username -REPO_PASSWORD=your_password