Don't allow admin panel access
This commit is contained in:
parent
bf04c5598c
commit
107287663b
|
@ -40,7 +40,6 @@ in
|
|||
after = [ "network.target" ];
|
||||
path = with pkgs; [ openssl ];
|
||||
environment = {
|
||||
DISABLE_ADMIN_TOKEN = "true";
|
||||
SIGNUPS_ALLOWED = "false";
|
||||
DATABASE_URL = databaseUrl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue