From e37c139faa4e2e554d7a0414e8dbc4c55df95d31 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 6 Oct 2021 11:49:01 -0400 Subject: [PATCH] Copy edits for default config comments --- config/defaults.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/defaults.go b/config/defaults.go index 85499246ae7f34649d6d0969fa30358b9f9bc5b7..9267293bed304b6c09d6db6d1b49e09c209d415b 100644 --- a/config/defaults.go +++ b/config/defaults.go @@ -6,13 +6,13 @@ const defaultConfig = `name: Soft Serve host: %s port: %d -# Set the access level for anonymous users. Options are: read-write, read-only and no-access +# Set the access level for anonymous users. Options are: read-write, read-only and no-access. anon-access: %s -# Allow users with no private keys read-only access. Any password is accepted. +# Grant read-only access to users without private keys. Any password will be accepted. allow-keyless: false -# Customize repo display in menu +# Customize repo display in the menu. repos: - name: Home repo: config @@ -21,7 +21,7 @@ repos: const hasKeyUserConfig = ` -# Users can read all repos, and push to collab-repos, admin can push to all repos +# Users can read all repos and push to collab-repos. Admins have full access to all repos. users: - name: admin admin: true