summarylogtreecommitdiffstats
path: root/config.yml.example
diff options
context:
space:
mode:
authorSergej Pupykin2023-07-29 01:16:33 +0300
committerSergej Pupykin2023-07-29 01:16:33 +0300
commit440681c995983de210003c895c9b366b4637db73 (patch)
tree96844ca0a78b8303d2ab3f01168a26f4d4770a80 /config.yml.example
parent40fdd9722c60c2ba6c45ef045430ef80831835a9 (diff)
downloadaur-distribution.tar.gz
upd
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
new file mode 100644
index 000000000000..d312abbd2415
--- /dev/null
+++ b/config.yml.example
@@ -0,0 +1,16 @@
+version: 0.1
+http:
+ addr: 0.0.0.0:5000
+ host: https://registry.example.com:5006
+storage:
+ filesystem:
+ rootdirectory: /var/lib/registry
+ maxthreads: 100
+ delete:
+ enabled: true
+auth:
+ token:
+ realm: https://gitlab.example.com/jwt/auth
+ service: container_registry
+ issuer: gitlab-issuer
+ rootcertbundle: /etc/docker/registry/docker-registry.crt