hpr-tools/Comment_system/.process_comments.cfg

26 lines
408 B
INI

#
# Main configuration file for 'process_comments' using the local database
#
# /home/cendjm/HPR/Comment_system/.process_comments.cfg
# 2023-02-27 16:42:50
#
#
# Settings used in all configuration files
#
<<include .process_comments_settings.cfg>>
#
# Local database
#
<<include .hpr_db.cfg>>
#
# Fake CMS authentication
#
<cms>
user = "dummy:dummy"
</cms>
# vim: syntax=cfg:ts=8:sw=4:tw=150:et:ai: