You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/deploying/configuration.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,14 @@ Configure default user permissions, creating default channel and super-admin per
72
72
admins = ["github:admin_user"]
73
73
# users with maintainer role
74
74
maintainers = ["google:other_user"]
75
-
# users with memeber role
75
+
# users with member role
76
76
members = ["github:some", "github:random", "github:name"]
77
77
# default role assigned to new users
78
78
# leave out if role should be null
79
79
default_role = "member"
80
80
# create a default channel for new users named {username}
81
81
create_default_channel = false
82
-
# wether to collect email addresses when users register
82
+
# whether to collect email addresses when users register
83
83
collect_emails = false
84
84
85
85
You can use one of the following options to configure privileged users:
@@ -193,7 +193,7 @@ Quetz can store packages in Google Cloud Storage. To configure, use the followin
193
193
region="..."
194
194
195
195
:project: The Google Cloud Project ID to work under
196
-
:token: A token to pass the `gcsfs`. See the `gcsfs documention<https://gcsfs.readthedocs.io/en/latest/index.html#credentials>`_ for valid values.
196
+
:token: A token to pass the `gcsfs`. See the `gcsfs documentation<https://gcsfs.readthedocs.io/en/latest/index.html#credentials>`_ for valid values.
197
197
:bucket_prefix:
198
198
:bucket_suffix: channel buckets on GCS are created with the following semantics: ``{bucket_prefix}{channel_name}{bucket_suffix}``
199
199
:cache_timeout: Timeout in s after which local GCS cache entries are invalidated. Set to a value <=0 to disable caching completely. Default is that entries are never invalidated.
@@ -270,9 +270,9 @@ You can also use a couple of environment variables to configure the behaviour of
Copy file name to clipboardExpand all lines: docs/source/deploying/migrations.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ When the data classes in Quetz are modified (for example, a column is added, rem
5
5
6
6
.. note::
7
7
8
-
Before running any of the commands below, you need to make sure that your database is backed up. The backup process depends on the infrastrcuture, but in the simplest case it may involve the dump of the whole database (using ``pg_dump`` for example).
8
+
Before running any of the commands below, you need to make sure that your database is backed up. The backup process depends on the infrastructure, but in the simplest case it may involve the dump of the whole database (using ``pg_dump`` for example).
0 commit comments