Accès fichiers SPIE

This commit is contained in:
2026-06-11 14:09:37 +02:00
parent 1204c29b4f
commit 1ee454d3bf
2 changed files with 6 additions and 2 deletions
+6
View File
@@ -5,6 +5,8 @@ environnement <- "prod"
if(environnement == "prod"){
server_path <- "https://tomcat.herdbookcharolais.com/HbcSchedulerAndServices-2.0-SNAPSHOT/"
rep_imp <- "/R/"
infos_con <- list(
drv = RPostgres::Postgres(),
dbname = "hbc",
@@ -15,6 +17,8 @@ if(environnement == "prod"){
} else if(environnement == "recette"){
server_path <- "https://recette.tomcat.racecharolaise.fr/HbcSchedulerAndServices-2.0-SNAPSHOT/"
rep_imp <- "/home/lea/Documents/ecow/"
infos_con <- list(
drv = RPostgres::Postgres(),
dbname = "hbc-R7",
@@ -26,6 +30,8 @@ if(environnement == "prod"){
} else {
server_path <- "http://localhost:8080/HbcSchedulerAndServices/"
rep_imp <- "/home/lea/Documents/ecow/"
infos_con <- list(
drv = RPostgres::Postgres(),
dbname = "hbc-R7",