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