summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json
new file mode 100644
index 0000000..3579f2d
--- /dev/null
+++ b/src/config.json
@@ -0,0 +1,11 @@
+{
+ "authorized_owners": [
+ {
+ "name": "johndoe",
+ "email": "eg@example.com",
+ "gpg_pubkey_id": "XXXXXXXXXXXXXXXX"
+ }
+ ],
+ "cgitrepos_filepath": "/path/to/cgitrepos",
+ "git_host_path": "/path/to/git/host/dir"
+}