]> bicyclesonthemoon.info Git - ott/bsta/blob - settings-debug.txt
move error pages out to common library
[ott/bsta] / settings-debug.txt
1 # In this file are defined values specific for the user's system
2
3
4 # target name. settings file (THIS FILE) is "settings-TARGET_NAME.txt"
5 # where TARGET_NAME is the value
6 target: debug
7
8 name: test-bsta
9
10
11 # Where the software will be located
12 bin_path: /botm/bin/test-bsta
13
14 # where the libraries will be located
15 lib_path: /botm/lib/test-bsta
16
17 # where the software  will remember data
18 data_path: /botm/data/test-bsta
19
20 #where the software will record logs
21 log_path: /botm/log/test-bsta
22
23 #for temporary fies
24 tmp_path: /botm/tmp/test-bsta
25
26 #for the www server
27 www_path : /botm/www/1190/bstatest
28 cgi_path : /bstatest
29 conf_path: /botm/etc/www/conf/1190
30
31 #cron files directory
32 cron_path: /etc/cron.d
33
34 path: /usr/local/bin:/usr/bin:/bin
35 # The path environment variable. Must be overwritten if SETUID.
36 # Otherwise launching programs may fail.
37 # (Perl security...)
38
39
40 #paths to software
41
42 chmod: /usr/bin/chmod
43 cp   : /usr/bin/cp
44 gzip : /usr/bin/gzip
45 mkdir: /usr/bin/mkdir
46 mv   : /usr/bin/mv
47 perl : /usr/bin/perl
48 rm   : /usr/bin/rm
49 sudo : /usr/bin/sudo
50
51 oldlogs: /botm/bin/oldlogs/oldlogs.pl
52
53 CC: /usr/bin/gcc
54 CF: -g -Wall
55
56
57 # How big can a log file be
58 log_size_limit: 65536
59
60 # How many uncompressed old logs to keep
61 logs_uncompressed: 2
62
63 # How many old logs to keep 
64 logs_total: 10
65
66 # When to deal with old logs
67 oldlogs_schedule: #0 4 * * *
68
69 # When to run the  ONG bot
70 ong_schedule: #0 * * * *
71
72 # When to RESET EVERYTHING
73 reset_schedule: #33 4 * * *
74 reset_password: bstreset
75
76 cron_user: b
77
78
79 scheme      : http
80 website     : 1190.bicyclesonthemoon.info
81 website_name: Bicycles on the Moon
82 favicon_path: /img/favicon.png
83 intf_date   : 28-Sep-2016 20:34
84 coin_date   : 13-Nov-2016 22:15
85
86 story_length    : 16
87 firstpage_length: 4
88 page_length     : 16
89
90 comment_page_length: 4
91
92 story_credits: "BSTA" by Balthasar Szczepański
93 intf_credits: Online interface v$_version © Balthasar Szczepański; AGPL 3 license
94 source_url: http://bicyclesonthemoon.info/git-projects/?p=ott/bsta