added db path optionality

This commit is contained in:
Stephen Kirby
2023-10-05 21:00:19 +00:00
parent b39fe7c4e8
commit 412c35033e
2 changed files with 13 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ variable "agent_id" {
variable "db_path" {
type = string
description = "The path to the filebrowser database."
default = "~/filebrowser.db"
default = null
}
variable "log_path" {