From f30b5f96966b255c4adac68ef019cb5579c3e820 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 19:14:34 +0200 Subject: Add repository-details.conf configuration file --- etc/httpd.conf | 1 + etc/repository-details.conf | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 etc/repository-details.conf (limited to 'etc') diff --git a/etc/httpd.conf b/etc/httpd.conf index 348db67..2570a5b 100644 --- a/etc/httpd.conf +++ b/etc/httpd.conf @@ -73,6 +73,7 @@ LoadModule repository_details_srv ${AP_MODULE_DIR}/libbrep-apache.so repository-details-root "${AP_ROOT}" repository-details-db-host ${AP_DB_HOST} repository-details-db-port ${AP_DB_PORT} + repository-details-conf ${AP_CONFIG_DIR}/repository-details.conf diff --git a/etc/repository-details.conf b/etc/repository-details.conf new file mode 100644 index 0000000..e173cfb --- /dev/null +++ b/etc/repository-details.conf @@ -0,0 +1,7 @@ +# file : etc/repository-details.conf +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file +# +# brep::module options +# +verb 1 -- cgit v1.1