Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
discourse-cern
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webservices
discourse-cern
Commits
1af65e7a
Commit
1af65e7a
authored
5 years ago
by
Ismael Posada Trobo
Browse files
Options
Downloads
Patches
Plain Diff
Bump version from v2.5.0.beta1 to v2.5.0.beta2
Small fixes under discourse.conf
parent
acdb7178
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/discourse.conf
+30
-10
30 additions, 10 deletions
config/discourse.conf
with
30 additions
and
10 deletions
config/discourse.conf
+
30
−
10
View file @
1af65e7a
...
...
@@ -94,9 +94,35 @@ redis_db = 0
# redis password
redis_password
=
# redis sentinels eg
# redis_sentinels = 10.0.0.1:26381,10.0.0.2:26381
redis_sentinels
=
# skip configuring client id for cloud providers who support no client commands
redis_skip_client_commands
=
false
# uses SSL for all Redis connections if true
redis_use_ssl
=
false
# message bus redis server switch
message_bus_redis_enabled
=
false
# message bus redis server address
message_bus_redis_host
=
redis
.${
NAMESPACE
}.
svc
.
cluster
.
local
# message bus redis server port
message_bus_redis_port
= ${
REDIS_PORT_6379_TCP_PORT
}
# message bus redis slave server address
message_bus_redis_slave_host
=
# message bus redis slave server port
message_bus_redis_slave_port
= ${
REDIS_PORT_6379_TCP_PORT
}
# message bus redis database
message_bus_redis_db
=
0
# message bus redis password
message_bus_redis_password
=
# skip configuring client id for cloud providers who support no client commands
message_bus_redis_skip_client_commands
=
false
# enable Cross-origin Resource Sharing (CORS) directly at the application level
enable_cors
=
true
...
...
@@ -111,19 +137,13 @@ sidekiq_workers = 1
# adjust stylesheets to rtl (requires "rtlit" gem)
rtl_css
=
false
# notify admin when a new version of discourse is released
# this is global so it is easier to set in multisites
# TODO allow for global overrides
new_version_emails
=
true
# connection reaping helps keep connection counts down, postgres
# will not work properly with huge numbers of open connections
# reap connections from pool that are older than 30 seconds
connection_reaper_age
=
30
# run reap check every 30 seconds
connection_reaper_interval
=
30
# also reap any connections older than this
connection_reaper_max_age
=
600
# set to relative URL (for subdirectory hosting)
# IMPORTANT: path must not include a trailing /
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment