reverting to simpler implementation

This commit is contained in:
Stephen Kirby
2023-10-05 21:05:41 +00:00
parent 4fd37e0d67
commit dad94ec735

View File

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