Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
e89392d7
Verified
Commit
e89392d7
authored
Oct 14, 2021
by
Chocobozzz
Browse files
Fix production configuration
parent
179bfea5
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/default.yaml
View file @
e89392d7
...
...
@@ -259,6 +259,7 @@ peertube:
webadmin
:
configuration
:
edit
:
# Set this to false if you don't want to allow config edition in the web interface by instance admins
allowed
:
true
cache
:
...
...
config/production.yaml.example
View file @
e89392d7
...
...
@@ -256,8 +256,9 @@ peertube:
webadmin:
configuration:
# Set to false if you want the config to be readonly
allow_edits: true
edit:
# Set this to false if you don't want to allow config edition in the web interface by instance admins
allowed: true
###############################################################################
#
...
...
@@ -290,7 +291,7 @@ contact_form:
signup:
enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
minimum_age: 16
minimum_age: 16
# Used to configure the signup form
requires_email_verification: false
filters:
cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment