refactor: меняем файлы местами в очередной раз
This commit is contained in:
@@ -14,7 +14,7 @@ credentials <- data.frame(
|
||||
# Init the database
|
||||
shinymanager::create_db(
|
||||
credentials_data = credentials,
|
||||
sqlite_path = "config/auth.sqlite", # will be created
|
||||
sqlite_path = "temp/auth.sqlite", # will be created
|
||||
passphrase = Sys.getenv("AUTH_DB_KEY")
|
||||
# passphrase = "passphrase_wihtout_keyring"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user