diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-07-19 08:45:22 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-07-19 08:45:22 +0200 |
commit | 64df4a6b61e91922e542fe8115e065e6893d4141 (patch) | |
tree | 00648bb5a96ca273d900401e5a1fb21752ea5ee7 | |
parent | Synapse funkery (diff) | |
download | Rory-Open-Architecture-64df4a6b61e91922e542fe8115e065e6893d4141.tar.xz |
Synapse funkery
-rwxr-xr-x | host/Rory-synapse/software.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/Rory-synapse/software.nix b/host/Rory-synapse/software.nix index 9ca7803..f994932 100755 --- a/host/Rory-synapse/software.nix +++ b/host/Rory-synapse/software.nix @@ -220,9 +220,9 @@ token_timeout = "1y"; }; - sentry = { - dsn = "https://77c8de07855d4e0c90dbcf0945a04f01@sentry.thearcanebrony.net/14"; - }; + #sentry = { + # dsn = "https://77c8de07855d4e0c90dbcf0945a04f01@sentry.thearcanebrony.net/14"; + #}; report_stats = false; |