Skip to content

Commit 1e91360

Browse files
committed
switch to test mode by default
1 parent 92b1ade commit 1e91360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paths.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ password <- Sys.getenv("LOTUS_DB_PWD")
1414
################################## Modes ##################################
1515
###############################################################################
1616

17-
mode <- Sys.getenv("MODE", unset = "full")
17+
mode <- Sys.getenv("MODE", unset = "test")
1818
if (exists("mode_test")) {
1919
mode <- "test"
2020
}

0 commit comments

Comments
 (0)