From 8f5bc9cf3975e213b341953ec1cfbd659c34107b Mon Sep 17 00:00:00 2001 From: 4NK Dev Date: Wed, 1 Oct 2025 20:57:43 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20docker=5Ftag=3Ddev-test=20-=20Mise=20?= =?UTF-8?q?=C3=A0=20jour=20documentation=20et=20standardisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 ++++------- README.md | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ed6a795..d07058b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,12 @@ # 4NK Environment - Git Ignore # ============================ - +confs/ # Dossiers de sauvegarde des scripts **/backup/ **/*backup* **/.cargo/ - - # Fichiers temporaires **/*.tmp* **/*.temp* @@ -75,8 +73,7 @@ certs/ **/*wallet* **/*keys* -# Supervisor -supervisor-logs/ - **/*node_modules* -**/*cursor* \ No newline at end of file +**/*cursor* +**/*pid* +**/*next* \ No newline at end of file diff --git a/README.md b/README.md index 04aa400..4bf47bd 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ cargo build --release ```bash # Créer la base de données psql -U postgres -c "CREATE DATABASE certificator_db;" -psql -U postgres -c "CREATE USER certificator WITH PASSWORD 'secure_password';" +psql -U postgres -c "CREATE USER certificator WITH PASSWORD '';" psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE certificator_db TO certificator;" # Les migrations sont appliquées automatiquement au démarrage