From 5e497e05ae0e1d2440a46dceb5def7dac43d5246 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 27 Feb 2026 08:46:03 +0000 Subject: [PATCH] Ajouter .env --- .env | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..2948939 --- /dev/null +++ b/.env @@ -0,0 +1,21 @@ +# Redmine root folder +REDMINE_ROOT=/opt/redmine/redmine + +# Folder where backup archives are stored +BACKUP_DIR=/opt/Backups + +# Rails environment in config/database.yml +RAILS_ENV=production + +# Optional: set custom DB config path +# DB_CONFIG=/usr/share/redmine/config/database.yml + +# Optional: force database adapter (postgresql | mysql2 | sqlite3) +# DB_TYPE=postgresql + +# Number of backup archives to keep +KEEP_BACKUPS=7 + +# Include redmine log directory in backup +INCLUDE_LOG=false +root@srv-ovh-rdm01:/opt/scripts#