1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Don't enable actions for now

This commit is contained in:
RGBCube 2024-02-06 16:14:52 +03:00
parent 76fdb43ff8
commit 63019692e8
No known key found for this signature in database

View file

@ -28,10 +28,10 @@ in serverSystemConfiguration {
settings = { settings = {
default.APP_NAME = "RGBCube's Forge of Shitty Software"; default.APP_NAME = "RGBCube's Forge of Shitty Software";
actions = { # actions = {
ENABLED = true; # ENABLED = true;
DEFAULT_ACTIONS_URL = "https://${fqdn}"; # DEFAULT_ACTIONS_URL = "https://${fqdn}";
}; # };
attachment.ALLOWED_TYPES = "*/*"; attachment.ALLOWED_TYPES = "*/*";