chore: remove unused config options

This commit is contained in:
Fijxu 2025-05-09 00:50:26 -04:00
parent af13d10730
commit 65bb1f5ebb
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -213,12 +213,6 @@ class Config
# The max resolution the Instance can offer
property max_dash_resolution : Int32?
# List of names of the backends
property backends : Array(String) = [] of String
# Character used to separate the backend number from the description/note
# of the backend
property backends_delimiter : String = "|"
property pubsub_domain : String = ""
property server_id_cookie_name : String = "COMPANION_ID"