server: use postgres instead of scylla, easier to host

This commit is contained in:
2026-05-15 02:20:53 +00:00
parent c1c8a3d6aa
commit 26b00f8566
7 changed files with 106 additions and 66 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
var REQUIRED_ENVS = [...]string{
"SCYLLA_CLUSTER", "SCYLLA_KEYSPACE",
"DATABASE_URL",
}
func checkEnvVars(keys []string) (bool, []string) {