clean: Cleans up some files that aren't used.
All checks were successful
CI / Linux Tests (push) Successful in 5m51s
All checks were successful
CI / Linux Tests (push) Successful in 5m51s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user