summarylogtreecommitdiffstats
path: root/config-example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config-example.yaml')
-rw-r--r--config-example.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/config-example.yaml b/config-example.yaml
new file mode 100644
index 000000000000..f609a2994342
--- /dev/null
+++ b/config-example.yaml
@@ -0,0 +1,23 @@
+repo:
+ scanPath: /var/git
+ readme:
+ - readme
+ - README
+ - readme.md
+ - README.md
+ mainBranch:
+ - master
+ - main
+ ignore:
+ - foo
+ - bar
+dirs:
+ templates: /usr/share/legit/templates
+ static: /usr/share/legi/static
+meta:
+ title: git good
+ description: i think it's a skill issue
+server:
+ name: git.icyphox.sh
+ host: 127.0.0.1
+ port: 5555