Moved project directories and files to an empty local repo

This commit is contained in:
Dave Morriss
2024-06-04 16:35:44 +01:00
parent 2d2b937a9b
commit 38abbcdd39
271 changed files with 55348 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#
# Main configuration file for 'process_comments' using the live database
#
# /home/cendjm/HPR/Comment_system/.process_comments_live.cfg
# 2023-02-27 16:48:08
#
#
# Settings used in all configuration files
#
<<include .process_comments_settings.cfg>>
#
# Local database
#
<<include .hpr_livedb.cfg>>
#
# CMS authentication
#
<cms>
<<include .hpradmin_curlrc>>
</cms>
# vim: syntax=cfg:ts=8:sw=4:tw=150:et:ai: