| … | |
… | |
| 21 | |
21 | |
| 22 | theme = "gentoo" |
22 | theme = "gentoo" |
| 23 | contact = "port001@gentoo.org" |
23 | contact = "port001@gentoo.org" |
| 24 | |
24 | |
| 25 | root = "/usr/local/share/glsr/%s/" % harm.config.server['Host'] |
25 | root = "/usr/local/share/glsr/%s/" % harm.config.server['Host'] |
| 26 | url = "http://%s/glsr/" % harm.config.server['Host'] |
26 | url = "http://%s/" % harm.config.server['Host'] |
| 27 | |
27 | |
| 28 | # FIXME: The next three settings should be set in the web UI. |
28 | # FIXME: The next three settings should be set in the web UI. |
| 29 | who_is_online_offset = 300 |
29 | who_is_online_offset = 300 |
| 30 | |
30 | |
| 31 | # Should all scripts being submitted require approval by an admin? |
31 | # Should all scripts being submitted require approval by an admin? |