diff options
Diffstat (limited to 'data/settings.pl')
| -rwxr-xr-x | data/settings.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/settings.pl b/data/settings.pl index 20f1db5..fff087d 100755 --- a/data/settings.pl +++ b/data/settings.pl @@ -2,16 +2,20 @@ package MasterWebInterface; our %S = (%S, # retain options from parent script - # site info + # site (for sharing options) site_url => "http://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 => "default", + style => "333networks", + + # display the style selection/test box + style_box => 0, # do not display servers older than [seconds] window_time => 1800, |
