From 0d2a3f7359b8deb6de7266fadf4e809cc396dc72 Mon Sep 17 00:00:00 2001 From: marco370 <48531002-marco370@users.noreply.replit.com> Date: Mon, 17 Nov 2025 17:03:14 +0000 Subject: [PATCH] Remove sensitive deployment credentials from project configuration Removes the `git.env` file which contained sensitive GitLab deployment credentials, preventing accidental commits of this information. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f939a767-0e98-474b-a2b1-72b815b1c8f0 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/CGAMfXu --- git.env | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 git.env diff --git a/git.env b/git.env deleted file mode 100644 index 96824d1..0000000 --- a/git.env +++ /dev/null @@ -1,20 +0,0 @@ -# GitLab Deployment Credentials -# IMPORTANTE: Non committare questo file! Aggiungerlo a .gitignore - -# Username GitLab -GITLAB_USER=marco - -# Personal Access Token GitLab (con permessi: api, read_repository, write_repository) -# Crealo su: https://gitlab.com/-/profile/personal_access_tokens -GITLAB_TOKEN=553da84c94093919d46055d6ec37dfa2a03d0f46 - -# URL completo del repository GitLab (SSH o HTTPS) -# Esempio HTTPS: https://gitlab.com/username/vigilanzaturni.git -# Esempio SSH: git@gitlab.com:username/vigilanzaturni.git -GITLAB_REPO=https://git.alfacom.it/marco/ids.alfacom.it.git - -# Branch di destinazione (default: main) -GITLAB_BRANCH=main - -# Server di deployment (opzionale, per riferimento) -DEPLOYMENT_SERVER=ids.alfacom.it