Moved to postgres

This commit is contained in:
2024-04-11 18:59:18 +02:00
parent ef5c531964
commit 84e58fa936
9 changed files with 244 additions and 1289 deletions

View File

@@ -4,6 +4,7 @@ interface ProdEnv {
dev: string | undefined
hypixelapikey: string | undefined
redisURI: string | undefined
postgresURI: string | undefined
}
interface DevEnv {