diff --git a/glauth/config/example.json b/glauth/config/example.json deleted file mode 100644 index 3685032dd..000000000 --- a/glauth/config/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9129", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9120" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "glauth" - } -} diff --git a/glauth/config/example.yml b/glauth/config/example.yml deleted file mode 100644 index 0ca0053f2..000000000 --- a/glauth/config/example.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9129 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9120 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: glauth - -... diff --git a/graph-explorer/config/example.json b/graph-explorer/config/example.json deleted file mode 100644 index 8ef2b3443..000000000 --- a/graph-explorer/config/example.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9136", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9100" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "graph-explorer" - }, - "asset": { - "path": "" - }, - "config": { - "file": "" - } -} diff --git a/graph-explorer/config/example.yml b/graph-explorer/config/example.yml deleted file mode 100644 index cf09175d9..000000000 --- a/graph-explorer/config/example.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9136 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9100 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: graph-explorer - -asset: - path: - -config: - file: - -... diff --git a/graph/config/example.json b/graph/config/example.json deleted file mode 100644 index 4fce8de67..000000000 --- a/graph/config/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9124", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9120" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "graph" - } -} diff --git a/graph/config/example.yml b/graph/config/example.yml deleted file mode 100644 index 3d90580ae..000000000 --- a/graph/config/example.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9124 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9120 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: graph - -... diff --git a/idp/config/example.json b/idp/config/example.json deleted file mode 100644 index e70627df4..000000000 --- a/idp/config/example.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9134", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9130", - "root": "/", - "tls": true - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "idp" - } -} diff --git a/idp/config/example.yml b/idp/config/example.yml deleted file mode 100644 index c1a0c74a9..000000000 --- a/idp/config/example.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9134 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9130 - root: / - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: idp - -... diff --git a/idp/config/identifier-registration.yaml b/idp/config/identifier-registration.yaml deleted file mode 100644 index 713d26756..000000000 --- a/idp/config/identifier-registration.yaml +++ /dev/null @@ -1 +0,0 @@ -# see ../assets/identifier-registration.yaml \ No newline at end of file diff --git a/ocis/config/eos-docker.env b/ocis/config/eos-docker.env deleted file mode 100644 index 62d810c9f..000000000 --- a/ocis/config/eos-docker.env +++ /dev/null @@ -1,12 +0,0 @@ -EOS_MQ_URL=mq-master.testnet -EOS_MGM_ALIAS=mgm-master.testnet -EOS_QDB_NODES=quark-1.testnet:7777 quark-2.testnet:7777 quark-3.testnet:7777 -EOS_LDAP_HOST=ocis.testnet:9125 -EOS_GEOTAG=test -EOS_INSTANCE_NAME=eostest -EOS_MAIL_CC=eos@localhost -EOS_USE_QDB=1 -EOS_USE_QDB_MASTER=1 -EOS_NS_ACCOUNTING=1 -EOS_SYNCTIME_ACCOUNTING=1 -EOS_UTF8=1 diff --git a/ocis/config/example.json b/ocis/config/example.json deleted file mode 100644 index 0967ef424..000000000 --- a/ocis/config/example.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/ocis/config/example.yml b/ocis/config/example.yml deleted file mode 100644 index c81cf5b7c..000000000 --- a/ocis/config/example.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- - -... diff --git a/ocs/config/example.json b/ocs/config/example.json deleted file mode 100644 index 72b62d09d..000000000 --- a/ocs/config/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9114", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9110" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "ocs" - } -} diff --git a/ocs/config/example.yml b/ocs/config/example.yml deleted file mode 100644 index b6bfd3b04..000000000 --- a/ocs/config/example.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9114 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9110 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: ocs - -... diff --git a/proxy/config/proxy-example-migration.json b/proxy/config/proxy-example-migration.json deleted file mode 100644 index 54e058326..000000000 --- a/proxy/config/proxy-example-migration.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "http": { - "addr": "0.0.0.0:9200", - "root": "/" - }, - "oidc": { - "issuer": "https://localhost:9200", - "insecure": true - }, - "policy_selector": { - "migration": { - "acc_found_policy": "ocis", - "acc_not_found_policy": "oc10", - "unauthenticated_policy": "oc10" - } - }, - "policies": [ - { - "name": "ocis", - "routes": [ - { - "endpoint": "/", - "backend": "http://localhost:9100" - }, - { - "endpoint": "/.well-known/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/konnect/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/signin/", - "backend": "http://localhost:9130" - }, - { - "type": "regex", - "endpoint": "/ocs/v[12].php/cloud/(users?|groups)", - "backend": "http://localhost:9110" - }, - { - "endpoint": "/ocs/", - "backend": "http://localhost:9140" - }, - { - "type": "query", - "endpoint": "/remote.php/?preview=1", - "backend": "http://localhost:9115" - }, - { - "endpoint": "/remote.php/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/dav/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/webdav/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/status.php", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/index.php/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/data", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/graph/", - "backend": "http://localhost:9120" - }, - { - "endpoint": "/app/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/archiver", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/graph-explorer/", - "backend": "http://localhost:9135" - }, - { - "endpoint": "/api/v0/accounts", - "backend": "http://localhost:9181" - }, - { - "endpoint": "/accounts.js", - "backend": "http://localhost:9181" - }, - { - "endpoint": "/api/v0/settings", - "backend": "http://localhost:9190" - }, - { - "endpoint": "/settings.js", - "backend": "http://localhost:9190" - } - ] - }, - { - "name": "oc10", - "routes": [ - { - "endpoint": "/", - "backend": "http://localhost:9100" - }, - { - "endpoint": "/.well-known/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/konnect/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/signin/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/ocs/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/remote.php/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/dav/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/webdav/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/status.php", - "backend": "https://demo.owncloud.com" - }, - { - "endpoint": "/index.php/", - "backend": "https://demo.owncloud.com" - }, - { - "endpoint": "/data", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - } - ] - } - ] -} \ No newline at end of file diff --git a/proxy/config/proxy-example-regex.json b/proxy/config/proxy-example-regex.json deleted file mode 100644 index 49f5d6674..000000000 --- a/proxy/config/proxy-example-regex.json +++ /dev/null @@ -1,202 +0,0 @@ -{ - "http": { - "addr": "0.0.0.0:9200", - "root": "/" - }, - "oidc": { - "issuer": "https://localhost:9200", - "insecure": true - }, - "policy_selector": { - "regex": { - "selector_cookie_name": "owncloud-selector", - "default_policy": "oc10", - "matches_policies": [ - { - "priority": 10, - "property": "mail", - "match": "marie@example.org", - "policy": "ocis" - }, - { - "priority": 20, - "property": "mail", - "match": "[^@]+@example.org", - "policy": "oc10" - }, - { - "priority": 30, - "property": "username", - "match": "(einstein|feynman)", - "policy": "ocis" - }, - { - "priority": 40, - "property": "username", - "match": ".+", - "policy": "oc10" - }, - { - "priority": 50, - "property": "id", - "match": "4c510ada-c86b-4815-8820-42cdf82c3d51", - "policy": "ocis" - }, - { - "priority": 60, - "property": "id", - "match": "f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c", - "policy": "oc10" - } - ], - "unauthenticated_policy": "oc10" - } - }, - "policies": [ - { - "name": "ocis", - "routes": [ - { - "endpoint": "/", - "backend": "http://localhost:9100" - }, - { - "endpoint": "/.well-known/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/konnect/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/signin/", - "backend": "http://localhost:9130" - }, - { - "type": "regex", - "endpoint": "/ocs/v[12].php/cloud/(users?|groups)", - "backend": "http://localhost:9110" - }, - { - "endpoint": "/ocs/", - "backend": "http://localhost:9140" - }, - { - "type": "query", - "endpoint": "/remote.php/?preview=1", - "backend": "http://localhost:9115" - }, - { - "endpoint": "/remote.php/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/dav/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/webdav/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/status.php", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/index.php/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/data", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/app/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/archiver", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/graph/", - "backend": "http://localhost:9120" - }, - { - "endpoint": "/graph-explorer/", - "backend": "http://localhost:9135" - }, - { - "endpoint": "/api/v0/accounts", - "backend": "http://localhost:9181" - }, - { - "endpoint": "/accounts.js", - "backend": "http://localhost:9181" - }, - { - "endpoint": "/api/v0/settings", - "backend": "http://localhost:9190" - }, - { - "endpoint": "/settings.js", - "backend": "http://localhost:9190" - } - ] - }, - { - "name": "oc10", - "routes": [ - { - "endpoint": "/", - "backend": "http://localhost:9100" - }, - { - "endpoint": "/.well-known/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/konnect/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/signin/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/ocs/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/remote.php/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/dav/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/webdav/", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - }, - { - "endpoint": "/status.php", - "backend": "https://demo.owncloud.com" - }, - { - "endpoint": "/index.php/", - "backend": "https://demo.owncloud.com" - }, - { - "endpoint": "/data", - "backend": "https://demo.owncloud.com", - "apache-vhost": true - } - ] - } - ] -} \ No newline at end of file diff --git a/proxy/config/proxy-example.json b/proxy/config/proxy-example.json deleted file mode 100644 index 75f50065e..000000000 --- a/proxy/config/proxy-example.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "http": { - "addr": "0.0.0.0:9200", - "root": "/" - }, - "policy_selector": { - "static": { - "policy": "ocis" - } - }, - "policies": [ - { - "name": "ocis", - "routes": [ - { - "endpoint": "/", - "backend": "http://localhost:9100" - }, - { - "endpoint": "/.well-known/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/konnect/", - "backend": "http://localhost:9130" - }, - { - "endpoint": "/signin/", - "backend": "http://localhost:9130" - }, - { - "type": "regex", - "endpoint": "/ocs/v[12].php/cloud/(users?|groups)", - "backend": "http://localhost:9110" - }, - { - "endpoint": "/ocs/", - "backend": "http://localhost:9140" - }, - { - "type": "query", - "endpoint": "/remote.php/?preview=1", - "backend": "http://localhost:9115" - }, - { - "endpoint": "/remote.php/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/dav/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/webdav/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/status.php", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/index.php/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/data", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/app/", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/archiver", - "backend": "http://localhost:9140" - }, - { - "endpoint": "/graph/", - "backend": "http://localhost:9120" - }, - { - "endpoint": "/graph-explorer/", - "backend": "http://localhost:9135" - }, - { - "endpoint": "/api/v0/accounts", - "backend": "http://localhost:9181" - }, - { - "endpoint": "/accounts.js", - "backend": "http://localhost:9181" - }, - { - "endpoint": "/api/v0/settings", - "backend": "http://localhost:9190" - }, - { - "endpoint": "/settings.js", - "backend": "http://localhost:9190" - } - ] - } - ] -} \ No newline at end of file diff --git a/settings/config/example.json b/settings/config/example.json deleted file mode 100644 index 5591fda44..000000000 --- a/settings/config/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9194", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9190" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "settings" - } -} diff --git a/settings/config/example.yml b/settings/config/example.yml deleted file mode 100644 index d7986c800..000000000 --- a/settings/config/example.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9194 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9190 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: settings - -... diff --git a/storage/config/example.json b/storage/config/example.json deleted file mode 100644 index 8076deb52..000000000 --- a/storage/config/example.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9109", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9105" - }, - "grpc": { - "addr": "0.0.0.0:9106" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "reva" - }, - "asset": { - "path": "" - } -} diff --git a/storage/config/example.yml b/storage/config/example.yml deleted file mode 100644 index 41c533d41..000000000 --- a/storage/config/example.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9109 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9105 - -grpc: - addr: 0.0.0.0:9106 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: reva - -asset: - path: - -... diff --git a/storage/config/mimetypes.json b/storage/config/mimetypes.json deleted file mode 100644 index 866ae9c51..000000000 --- a/storage/config/mimetypes.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "mime_type": "application/pdf", - "extension": "pdf", - "name": "PDF", - "description": "PDF document", - "icon": "", - "default_app": "", - "allow_creation": false - }, - { - "mime_type": "application/vnd.oasis.opendocument.text", - "extension": "odt", - "name": "OpenDocument", - "description": "OpenDocument text document", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "application/vnd.oasis.opendocument.spreadsheet", - "extension": "ods", - "name": "OpenSpreadsheet", - "description": "OpenDocument spreadsheet document", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "application/vnd.oasis.opendocument.presentation", - "extension": "odp", - "name": "OpenPresentation", - "description": "OpenDocument presentation document", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", - "extension": "docx", - "name": "Microsoft Word", - "description": "Microsoft Word document", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", - "extension": "xlsx", - "name": "Microsoft Excel", - "description": "Microsoft Excel document", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation", - "extension": "pptx", - "name": "Microsoft PowerPoint", - "description": "Microsoft PowerPoint document", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "application/vnd.jupyter", - "extension": "ipynb", - "name": "Jupyter Notebook", - "description": "Jupyter Notebook", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "text/markdown", - "extension": "md", - "name": "Markdown file", - "description": "Markdown file", - "icon": "", - "default_app": "", - "allow_creation": true - }, - { - "mime_type": "application/compressed-markdown", - "extension": "zmd", - "name": "Compressed markdown file", - "description": "Compressed markdown file", - "icon": "", - "default_app": "", - "allow_creation": false - } -] diff --git a/store/config/example.json b/store/config/example.json deleted file mode 100644 index 3781d6bbc..000000000 --- a/store/config/example.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9460", - "token": "", - "pprof": false, - "zpages": false - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "store" - } -} diff --git a/store/config/example.yml b/store/config/example.yml deleted file mode 100644 index bfd01811b..000000000 --- a/store/config/example.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9460 - token: - pprof: false - zpages: false - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: store - -... diff --git a/thumbnails/config/example.json b/thumbnails/config/example.json deleted file mode 100644 index c2a6ebf92..000000000 --- a/thumbnails/config/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9189", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9110" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "thumbnails" - } -} diff --git a/thumbnails/config/example.yml b/thumbnails/config/example.yml deleted file mode 100644 index 7e1b1491a..000000000 --- a/thumbnails/config/example.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9189 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9110 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: thumbnails - -... diff --git a/web/config/example.json b/web/config/example.json deleted file mode 100644 index 90bdc6fb0..000000000 --- a/web/config/example.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9104", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9100" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "web" - }, - "asset": { - "path": "" - }, - "config": { - "file": "" - } -} diff --git a/web/config/example.yml b/web/config/example.yml deleted file mode 100644 index 986d9e9d7..000000000 --- a/web/config/example.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9104 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9100 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: web - -asset: - path: - -config: - file: - -... diff --git a/webdav/config/example.json b/webdav/config/example.json deleted file mode 100644 index cb9038bf2..000000000 --- a/webdav/config/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "debug": { - "addr": "0.0.0.0:9119", - "token": "", - "pprof": false, - "zpages": false - }, - "http": { - "addr": "0.0.0.0:9115" - }, - "tracing": { - "enabled": false, - "type": "jaeger", - "endpoint": "localhost:6831", - "collector": "http://localhost:14268/api/traces", - "service": "webdav" - } -} diff --git a/webdav/config/example.yml b/webdav/config/example.yml deleted file mode 100644 index a02834860..000000000 --- a/webdav/config/example.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -debug: - addr: 0.0.0.0:9119 - token: - pprof: false - zpages: false - -http: - addr: 0.0.0.0:9115 - -tracing: - enabled: false - type: jaeger - endpoint: localhost:6831 - collector: http://localhost:14268/api/traces - service: webdav - -...