You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings in the settings.json file, or its environment variable equivalent, can only be changed by restarting the server. (Even then?) There should be settings that get stored in the DB and subscribed to by the client so we can push changes via a bot command. For example, disabling embedding the puzzle in the puzzle page if the hunt site uses X-Frame-Options to forbid it.
Sample bot syntax:
bot global list - list all global settings and current values
bot global set to - change a setting
The text was updated successfully, but these errors were encountered:
Settings in the settings.json file, or its environment variable equivalent, can only be changed by restarting the server. (Even then?) There should be settings that get stored in the DB and subscribed to by the client so we can push changes via a bot command. For example, disabling embedding the puzzle in the puzzle page if the hunt site uses X-Frame-Options to forbid it.
Sample bot syntax:
bot global list - list all global settings and current values
bot global set to - change a setting
The text was updated successfully, but these errors were encountered: