diff --git a/.github/settings.yml b/.github/settings.yml index 4ae6d57994..5861aa866b 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,6 +1,7 @@ +--- repository: name: ocis-phoenix - description: :atom_symbol: Service to serve Phoenix for Reva/oCIS + description: ':atom_symbol: Service to serve Phoenix 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 bea535bb6e..a86bf4376e 100644 --- a/config/example.yml +++ b/config/example.yml @@ -1,5 +1,8 @@ +--- server: addr: 0.0.0.0:8080 metrics: addr: 0.0.0.0:8090 + +...