Skip to content

Commit

Permalink
switch to test mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed May 25, 2022
1 parent 92b1ade commit 1e91360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paths.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ password <- Sys.getenv("LOTUS_DB_PWD")
################################## Modes ##################################
###############################################################################

mode <- Sys.getenv("MODE", unset = "full")
mode <- Sys.getenv("MODE", unset = "test")
if (exists("mode_test")) {
mode <- "test"
}
Expand Down

0 comments on commit 1e91360

Please sign in to comment.