-- *********************************************************************** -- -- Copyright 2016 by Sean Conner. -- -- This program is free software: you can redistribute it and/or modify it -- under the terms of the GNU General Public License as published by the -- Free Software Foundation, either version 3 of the License, or (at your -- option) any later version. -- -- This program is distributed in the hope that it will be useful, but -- WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General -- Public License for more details. -- -- You should have received a copy of the GNU General Public License along -- with this program. If not, see . -- -- Comments, questions and criticisms can be sent to: sean@conman.org -- -- ======================================================================= -- -- Sample configuration file. What you see here are the setting that can be -- configured. All are optional (there are defaults, which are represented -- here). Change to reflect local conditions. -- -- *********************************************************************** -- luacheck: globals interface syslog user files blog quotes bible movie interface.address = '0.0.0.0' interface.hostname = 'lucy.roswell.area51' interface.port = '7070' syslog.id = 'gopher' syslog.facility = 'daemon' user.uid = 'gopher' user.gid = 'gopher' bible.books = "/home/spc/LINUS/docs/bible/thebooks" bible.verses = "/home/spc/LINUS/docs/bible/books" movie = "/home/spc/LINUS/source/play/plotdriver/plotdriver.cnf" files = '/home/spc/source/gopher-blog/share' blog = '/home/spc/web/boston/journal/blog.conf' quotes = '/home/spc/LINUS/quotes/quote -r' .