summaryrefslogtreecommitdiff
path: root/buildstream/data/userconfig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/data/userconfig.yaml')
-rw-r--r--buildstream/data/userconfig.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index 1cce9fcd5..ce0812840 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -96,3 +96,20 @@ logging:
element-format: |
%{state: >12} %{key} %{name} %{variant} %{workspace-dirs}
+
+#
+# Per project overrides
+#
+# Some settings defined in the project configuration can be overridden by
+# the user configuration.
+#
+# projects:
+#
+# project1:
+# artifacts:
+# pull-url: https://artifacts.com
+# push-url: artifacts@artifacts.com:artifacts
+# push-port: 443
+#
+# project2:
+# ...