chore: split sentry dsn into separate options per-app

This commit is contained in:
Paul Makles
2024-04-08 23:25:53 +01:00
parent 4be3bdc4c3
commit 7703475868
4 changed files with 22 additions and 17 deletions

View File

@@ -1,5 +1,3 @@
sentry_dsn = ""
[database]
mongodb = "mongodb://database"
redis = "redis://redis/"
@@ -14,7 +12,6 @@ voso_legacy = ""
voso_legacy_ws = ""
[api]
staging = false
[api.registration]
invite_only = false
@@ -68,3 +65,7 @@ background_size = 6000000
icon_size = 2500000
banner_size = 6000000
emoji_size = 500000
[sentry]
api = ""
events = ""