remove env var

This commit is contained in:
Satria 2026-03-14 08:34:05 +07:00
commit 7072841f27

View file

@ -8,7 +8,6 @@
ROCKET_PORT = 8060; ROCKET_PORT = 8060;
ROCKET_ADDRESS = "127.0.0.1"; ROCKET_ADDRESS = "127.0.0.1";
ROCKET_LOG = "critical"; ROCKET_LOG = "critical";
SIGNUPS_ALLOWED = true;
}; };
}; };
} }