update required env vars

This commit is contained in:
2025-05-25 13:44:51 -04:00
parent b7a81889a3
commit 5782177c35

View File

@@ -23,7 +23,7 @@ func main() {
log.Logger() // initialize logger
requiredEnvVars := []string{"SCYLLA_CLUSTER", "SCYLLA_KEYSPACE"}
requiredEnvVars := []string{"SCYLLA_CLUSTER", "SCYLLA_KEYSPACE", "JWT_SECRET", "ALLOWED_ORIGINS"}
// Initialize dotenv file
err := godotenv.Load()