From 6a4bc3d04eca64d9db794b427e6377c8f9a673f6 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 30 Nov 2018 16:09:34 +0000 Subject: Initial working version. --- config.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config.php (limited to 'config.php') diff --git a/config.php b/config.php new file mode 100644 index 0000000..b982bb2 --- /dev/null +++ b/config.php @@ -0,0 +1,35 @@ +. +*/ + +$config = array(); + +// The path to SVN +// +$config['svn'] = '/usr/local/bin/svn'; + +// The username to access SVN. It is recommended that this is a read-only user +// +$config['username'] = 'anonymous'; + +// The password to access SVN. It is recommended that this is a read-only user +// +$config['password'] = 'anonymous'; + +?> -- cgit v1.2.3