Skip to content
Snippets Groups Projects
Commit 65eca843 authored by echicken's avatar echicken
Browse files

Moved config into modopts.ini.

parent 5f6e2ddd
Branches
Tags
No related merge requests found
; web.ini, from ecWeb v2 for Synchronet BBS 3.15+
; by Derek Mullin (echicken -at- bbs.electronicchicken.com)
; This stuff could be folded into the [Web] section of sbbs.ini later on, with
; some small modifications needed to the ecWeb scripts.
; The path to the document root of your webserver
; (Later on we could just use the existing RootDirectory key from sbbs.ini, but
; it's useful to keep the two separate for testing purposes right now.)
webRoot = /sbbs/web/root/ecWeb
; The URL of your BBS (this would be a good place to add in an alternate port
; number or an FQDN other than what you set in SCFG that also points here.)
; (Redundant to some settings in sbbs.ini, but necessary for the time being)
webUrl = 'http://' + system.inet_addr + '/ecWeb/'
; The name of a subdirectory of the 'themes' folder
theme = stocktastic
; Text to put in the page header and footer respectively. SSJS expressions can
; be used here, text and HTML are okay if surrounded by quotes.
headerText = '<a class="link" href="/">' + system.name + '</a>';
footerText = system.version_notice
; What account should be used for unauthenticated browsing? (Suggestion: use an
; account that has read-only access to every message base you want to be public
; but cannot post anywhere.)
; Note: I may need to cause the CAPTCHA to appear on forum posting forums if
; this user is logged in and people want their guestUser to be able to post.
; Seems unnecessary to me if people would just configure guest access sensibly.
guestUser = guest
; The cookie will expire this many seconds after the user's latest page load
sessionTimeout = 43200
; How many of the most recent messages (per sub-board) will be included in the
; thread-sorting process. Forum performance will improve significantly as this
; number is lowered. Set to 0 to sort *all* messages.
maxMessages = 500
; How many letters long should the captcha be?
captchaLength = 5
; Which file in the 'pages' directory handles forum functions
; (This is a bit convoluted, but it saves hard-coding a link to the forum since
; now the 'pages' sidebar widget will handle that.)
forumPage = 001-forum.ssjs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment