fix: path to auth db
This commit is contained in:
2
app.R
2
app.R
@@ -102,7 +102,7 @@ server <- function(input, output, session) {
|
||||
# check_credentials directly on sqlite db
|
||||
shinymanager::secure_server(
|
||||
check_credentials = shinymanager::check_credentials(
|
||||
db = "auth.sqlite",
|
||||
db = "config/auth.sqlite",
|
||||
passphrase = Sys.getenv("AUTH_DB_KEY")
|
||||
),
|
||||
keep_token = TRUE
|
||||
|
||||
Reference in New Issue
Block a user