Skip to content

Commit

Permalink
fix wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 3, 2024
1 parent 37044e6 commit 1cf11e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ source("assets/commons.R")

#config
#---------------------------------------------------------------------------------------
config_file = "D:/Documents/DEV/Packages/geoflow-shiny_config_inrae.yml"
#config_file <- "resources/config.yml"
#config_file = "D:/Documents/DEV/Packages/geoflow-shiny_config_inrae.yml"
config_file <- "resources/config.yml"
#test shiny server resource file existence (if mount through docker container)
shiny_server_config_file <- "/etc/geoflow-shiny/config.yml"
if(file.exists(shiny_server_config_file)) config_file <- shiny_server_config_file
Expand Down

0 comments on commit 1cf11e0

Please sign in to comment.