]> bicyclesonthemoon.info Git - ott/bsta/blob - settings
Initial state as of 31.08.2023
[ott/bsta] / settings
1 # settings
2 # 19.11.2016
3 #
4 # In this file are defined values specific for the user's system
5
6 #    Copyright (C) 2016  Balthasar SzczepaƄski
7 #
8 #    This program is free software: you can redistribute it and/or modify
9 #    it under the terms of the GNU Affero General Public License as
10 #    published by the Free Software Foundation, either version 3 of the
11 #    License, or (at your option) any later version.
12 #
13 #    This program is distributed in the hope that it will be useful,
14 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #    GNU Affero General Public License for more details.
17 #
18 #    You should have received a copy of the GNU Affero General Public License
19 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
21 #all directory paths must end with '/' and must already exist.
22
23 bin_path  = /eizm/bin/bsta/  #Where the software will be located
24 data_path = /eizm/data/bsta/ #where the software  will remember data; subdir:
25                                   #group, groupsettings
26 log_path  = /eizm/log/bsta/  #where the software will remember data
27 tmp_path  = /eizm/tmp/bsta/  #for temporary fies
28 www_path  = /eizm/www/time/bsta/  #for the www server
29 lib_path  = /eizm/lib/bsta/
30 cgi_path  = /bsta/
31
32 path    = /usr/local/bin:/usr/bin:/bin #The path environment variable. Must be
33                                        #overwritten if SETUID. Otherwise
34                                        #launching programs may fail. (Perl
35                                        #security...)
36
37
38 #paths to software
39 perl    = /usr/bin/perl
40 chmod   = /bin/chmod
41 cp      = /bin/cp
42 mv      = /bin/mv
43 rm      = /bin/rm
44 gcc     = /usr/bin/gcc
45 gzip    = /bin/gzip
46 c_flags = -g -Wall
47
48 log_size_limit    = 65536 # How big can a log file be
49 logs_uncompressed =     2 # How many uncompressed old logs to keep
50 logs_total        =    10 # How many old logs to keep 
51
52 rm_access_crontab = 10 2 * * * # How often to remove leftover unlock info.
53 oldlogs_crontab   =  0 2 * * * # How often to deal with old logs
54 bot_crontab       = 20 2 * * * # How often to run the bot
55
56 website = 1190.bicyclesonthemoon.info
57 website_name = Bicycles on the Moon
58 favicon_path = /img/favicon.png
59 intf_date = 28-Sep-2016 20:34
60 coin_date = 13-Nov-2016 22:15
61
62 story_length = 16
63 firstpage_length = 4
64 page_length = 16