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. ; 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. ; Contains a list of system environment variables to pass to the CGI processes.
......
; SyncTERM (CTerm) Loadable and Alternative Fonts Configuration ; SyncTERM (CTerm) Loadable and Alternative Fonts Configuration
; (used by exec/load/fonts.js) ; (used by exec/load/fonts.js)
; $Id: fonts.ini,v 1.2 2019/01/01 14:33:57 rswindell Exp $
; ******************** ; ********************
; Character Dimensions ; Character Dimensions
; ******************** ; ********************
......
; $Id: letsyncrypt.ini,v 1.1 2019/07/24 22:32:54 rswindell Exp $
; For use with exec/letsyncrypt.js ; For use with exec/letsyncrypt.js
; See http://wiki.synchro.net/module:letsyncrypt for details ; See http://wiki.synchro.net/module:letsyncrypt for details
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
; Synchronet ListServer configuration file ; Synchronet ListServer configuration file
; $Id: listserver.ini,v 1.4 2014/12/10 09:41:27 rswindell Exp $
;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
; Global settings ; ; Global settings ;
;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
......
...@@ -20,7 +20,7 @@ chat_ars= ...@@ -20,7 +20,7 @@ chat_ars=
cdt_min_value=6 cdt_min_value=6
max_minutes=0 max_minutes=0
cdt_per_dollar=2097152 cdt_per_dollar=2097152
new_install=true new_install=false
guest_msgscan_init=0 guest_msgscan_init=0
min_password_length=4 min_password_length=4
max_log_size=0 max_log_size=0
...@@ -28,6 +28,7 @@ max_logs_kept=0 ...@@ -28,6 +28,7 @@ max_logs_kept=0
ctrlkey_passthru=0 ctrlkey_passthru=0
max_getkey_inactivity=5m max_getkey_inactivity=5m
inactivity_warn=75 inactivity_warn=75
spinning_pause_prompt=false
user_backup_level=5 user_backup_level=5
mail_backup_level=5 mail_backup_level=5
config_backup_level=5 config_backup_level=5
...@@ -85,7 +86,7 @@ restrictions=0 ...@@ -85,7 +86,7 @@ restrictions=0
[MQTT] [MQTT]
Enabled=false Enabled=false
Verbose=true Verbose=true
Broker_addr=127.0.0.1 Broker_addr=192.168.1.1
Broker_port=1883 Broker_port=1883
Protocol_version=4 Protocol_version=4
Keepalive=60 Keepalive=60
...@@ -93,7 +94,7 @@ Publish_QOS=0 ...@@ -93,7 +94,7 @@ Publish_QOS=0
Subscribe_QOS=2 Subscribe_QOS=2
Username= Username=
Password= Password=
LogLevel=Informational LogLevel=Info
TLS_mode=0 TLS_mode=0
TLS_cafile= TLS_cafile=
TLS_certfile= TLS_certfile=
......
; mime_types.ini ; 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 ; 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 ; 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. ; is important so they know how to handle the content of the file.
......
...@@ -96,7 +96,7 @@ description=Entertainment ...@@ -96,7 +96,7 @@ description=Entertainment
name=Entertainment name=Entertainment
qwk_name=Entertain qwk_name=Entertain
data_dir= data_dir=
ars= ars=USER=1
read_ars= read_ars=
post_ars= post_ars=
operator_ars= operator_ars=
......
; Sample RSS configuration file (for web/root/rss.ssjs) ; 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]") ; Each channel is represented with a separate section (e.g. "[channel_name]")
[syncanno] [syncanno]
......
; $Id: sbbs.ini,v 1.82 2019/01/13 00:30:26 rswindell Exp $
; Synchronet BBS Initialization File ; Synchronet BBS Initialization File
; $SBBSCTRL/sbbs.$HOSTNAME.ini, if it exists, will be loaded instead of sbbs.ini. ; $SBBSCTRL/sbbs.$HOSTNAME.ini, if it exists, will be loaded instead of sbbs.ini.
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
; Each section is a service, the [section name] is the service/protocol name (by default) ; 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): ; Global keys supported (in root section and/or per service section):
; LogLevel (default: LogLevel specified in sbbs.ini) ; 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 ; Socket option configuration file
; Syntax: option = value ; 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 ; This file contains a list of web content file extensions/suffixes
; which require an external parser/interpreter. ; which require an external parser/interpreter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment