server: implement local file management

This commit is contained in:
2026-05-24 16:48:52 +00:00
parent 9eca21de69
commit b0bcb3460b
5 changed files with 206 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
var REQUIRED_ENVS = [...]string{
"DATABASE_URL", "JWT_SECRET",
"DATABASE_URL", "JWT_SECRET", "FILE_BACKEND",
}
func checkEnvVars(keys []string) (bool, []string) {