diff options
| author | Darkelarious <github@333networks.com> | 2025-03-08 15:56:30 +0100 |
|---|---|---|
| committer | Darkelarious <github@333networks.com> | 2025-03-08 15:56:30 +0100 |
| commit | 6bd235f3e62251d8763a552ab0042d59584de842 (patch) | |
| tree | 2ff943b6ddb8aa8980a3ed1fb4a1f869fc787d1c /data | |
| parent | 318a5a20a930192df788dbac54b1f9c60e1b98b8 (diff) | |
| download | WebInterface-Perl-6bd235f3e62251d8763a552ab0042d59584de842.tar.gz WebInterface-Perl-6bd235f3e62251d8763a552ab0042d59584de842.zip | |
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.
Diffstat (limited to 'data')
| -rwxr-xr-x | data/settings.pl | 10 |
1 files changed, 2 insertions, 8 deletions
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, |
