summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-12-24 12:01:15 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2024-12-24 12:01:15 +0200
commit295237367b26251c913c86917747c7796460dd70 (patch)
tree44cb720b2c780c27be38e50cedd01938c4712f85
parent2c5bb837d16c055a576a2803283b9c184210a606 (diff)
downloadgit_service-295237367b26251c913c86917747c7796460dd70.tar.gz
git_service-295237367b26251c913c86917747c7796460dd70.tar.bz2
git_service-295237367b26251c913c86917747c7796460dd70.zip
chore: add example config json file
-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"
+}