aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgcirc15
1 files changed, 15 insertions, 0 deletions
diff --git a/cgcirc b/cgcirc
new file mode 100644
index 0000000..30d9544
--- /dev/null
+++ b/cgcirc
@@ -0,0 +1,15 @@
+# example config
+
+# token is used for authentication
+token=keep-private
+
+# project info is declared after name
+project.name=example
+project.description=example project
+
+# everything (except name) is optional
+project.name=another-example
+project.description=another-example project
+project.script=/path/to/build/script
+# projects can have their own token
+project.token=keep-very-private