Skip to content
Snippets Groups Projects
Commit ceb315be authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove CVS keywords from (not all) .ini files

parent 679fe5cf
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
; $Id: cgi_env.ini,v 1.3 2010/02/20 03:25:32 rswindell Exp $
; This file is for use with the Synchronet Web Server's CGI support.
; Contains a list of system environment variables to pass to the CGI processes.
......@@ -33,4 +31,4 @@
; Required for PHP-CGI
[REDIRECT_STATUS]
value=200
\ No newline at end of file
value=200
; SyncTERM (CTerm) Loadable and Alternative Fonts Configuration
; (used by exec/load/fonts.js)
; $Id: fonts.ini,v 1.2 2019/01/01 14:33:57 rswindell Exp $
; ********************
; Character Dimensions
; ********************
......@@ -281,4 +279,4 @@ normal=oldenglish
; documentation associated with those modules should instruct you of the section
; name to use to define the utilized fonts, when applicable.
; End of file
\ No newline at end of file
; End of file
; $Id: letsyncrypt.ini,v 1.1 2019/07/24 22:32:54 rswindell Exp $
; For use with exec/letsyncrypt.js
; See http://wiki.synchro.net/module:letsyncrypt for details
......
......@@ -2,8 +2,6 @@
; Synchronet ListServer configuration file
; $Id: listserver.ini,v 1.4 2014/12/10 09:41:27 rswindell Exp $
;;;;;;;;;;;;;;;;;;;
; Global settings ;
;;;;;;;;;;;;;;;;;;;
......
......@@ -20,7 +20,7 @@ chat_ars=
cdt_min_value=6
max_minutes=0
cdt_per_dollar=2097152
new_install=true
new_install=false
guest_msgscan_init=0
min_password_length=4
max_log_size=0
......@@ -28,6 +28,7 @@ max_logs_kept=0
ctrlkey_passthru=0
max_getkey_inactivity=5m
inactivity_warn=75
spinning_pause_prompt=false
user_backup_level=5
mail_backup_level=5
config_backup_level=5
......@@ -85,7 +86,7 @@ restrictions=0
[MQTT]
Enabled=false
Verbose=true
Broker_addr=127.0.0.1
Broker_addr=192.168.1.1
Broker_port=1883
Protocol_version=4
Keepalive=60
......@@ -93,7 +94,7 @@ Publish_QOS=0
Subscribe_QOS=2
Username=
Password=
LogLevel=Informational
LogLevel=Info
TLS_mode=0
TLS_cafile=
TLS_certfile=
......
; mime_types.ini
; $Id: mime_types.ini,v 1.5 2015/11/04 00:51:09 deuce Exp $
; This is a comment. I love comments.
; This file controls what Internet media types are sent to the client for
; given file extension(s). Sending the correct media type to the client
; is important so they know how to handle the content of the file.
......
......@@ -96,7 +96,7 @@ description=Entertainment
name=Entertainment
qwk_name=Entertain
data_dir=
ars=
ars=USER=1
read_ars=
post_ars=
operator_ars=
......
; Sample RSS configuration file (for web/root/rss.ssjs)
; $Id: rss.ini,v 1.1 2006/08/15 22:56:09 rswindell Exp $
; Each channel is represented with a separate section (e.g. "[channel_name]")
[syncanno]
......@@ -8,4 +7,4 @@
; title of RSS channel
title=Synchronet
; URL to link to
image_link=http://www.synchro.net
\ No newline at end of file
image_link=http://www.synchro.net
; $Id: sbbs.ini,v 1.82 2019/01/13 00:30:26 rswindell Exp $
; Synchronet BBS Initialization File
; $SBBSCTRL/sbbs.$HOSTNAME.ini, if it exists, will be loaded instead of sbbs.ini.
......
......@@ -2,8 +2,6 @@
; Each section is a service, the [section name] is the service/protocol name (by default)
; $Id: services.ini,v 1.15 2020/09/07 rswindell $
; Global keys supported (in root section and/or per service section):
; LogLevel (default: LogLevel specified in sbbs.ini)
......
; $Id: sockopts.ini,v 1.8 2019/01/12 22:49:27 rswindell Exp $
; Socket option configuration file
; Syntax: option = value
......
; $Id: web_handler.ini,v 1.5 2010/11/19 03:01:03 rswindell Exp $
; This file contains a list of web content file extensions/suffixes
; which require an external parser/interpreter.
......@@ -32,4 +30,4 @@ pl = /perl/bin/perl.exe
; module using the http_request.real_path variable.
xjs = xjs_handler.js
asc = asc_handler.js
\ No newline at end of file
asc = asc_handler.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment