clean: Cleans up some files that aren't used.
All checks were successful
CI / Linux Tests (push) Successful in 5m51s

This commit is contained in:
2026-02-10 17:02:01 -05:00
parent 08e67ce308
commit 86f08a4bb2
3 changed files with 2 additions and 410 deletions

View File

@@ -63,9 +63,9 @@ public struct EnvVars: Codable, Equatable, Sendable {
case pandocPath = "PANDOC_PATH"
case pdfEngine = "PDF_ENGINE"
case postgresHostname = "POSTGRES_HOSTNAME"
case postgresUsername = "POSTGRES_USERNAME"
case postgresUsername = "POSTGRES_USER"
case postgresPassword = "POSTGRES_PASSWORD"
case postgresDatabase = "POSTGRES_DATABASE"
case postgresDatabase = "POSTGRES_DB"
case sqlitePath = "SQLITE_PATH"
}