diff --git a/.github/settings.yml b/.github/settings.yml index 871565893f..3e1b088039 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,6 +1,7 @@ +--- repository: name: ocis-ocs - description: :atom_symbol: Service to serve OCS for Reva/oCIS + description: ':atom_symbol: Service to serve OCS for Reva/oCIS' homepage: topics: reva, ocis @@ -62,3 +63,5 @@ branches: contexts: - continuous-integration/drone/pr enforce_admins: false + +... diff --git a/config/example.yml b/config/example.yml index b3be248ef3..9d3710130d 100644 --- a/config/example.yml +++ b/config/example.yml @@ -1,5 +1,8 @@ +--- server: addr: 0.0.0.0:8280 metrics: addr: 0.0.0.0:8290 + +...