From 6bd235f3e62251d8763a552ab0042d59584de842 Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sat, 8 Mar 2025 15:56:30 +0100 Subject: Metadata and update to hotfix 4. Display thumbnails / snippets in 3rd party apps (like discord) and add map thumbnails + icons for multiple games. Minor fixes/optimisations. --- data/settings.pl | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'data/settings.pl') diff --git a/data/settings.pl b/data/settings.pl index 6b3b5af..9973657 100755 --- a/data/settings.pl +++ b/data/settings.pl @@ -3,22 +3,16 @@ package MasterWebInterface; our %S = (%S, # retain options from parent script # site (for sharing options) - site_url => "http://master.333networks.com", + site_url => "https://master.333networks.com", site_name => "333networks", email => 'master@333networks.com', - # database connection db_login => ["dbi:SQLite:dbname=/path/to/your/data/masterserver.db",'',''], # display style => "333networks", - - # rotate styles - rotate_styles => 0, - - # display the style selection/test box - style_box => 0, + meta_color => "#00AAFF", # do not display servers older than [seconds] window_time => 1800, -- cgit v1.2.3