mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
multisite desc should be simpler and less scary
This commit is contained in:
parent
6b30c3df2d
commit
0aeab5a73f
1 changed files with 3 additions and 3 deletions
|
@ -160,9 +160,9 @@ Configure Discourse:
|
|||
|
||||
Edit ~/discourse/config/database.yml
|
||||
|
||||
- change production db name if appropriate
|
||||
- change username/password if appropriate
|
||||
- set `db_id` if using multisite
|
||||
- change production database name if appropriate
|
||||
- change database username/password if appropriate
|
||||
- if you are hosting multiple Discourse forums on the same server (multisite), set `db_id`
|
||||
- change `host_names` to the name you'll use to access the discourse site, e.g. "forum.example.com"
|
||||
|
||||
Edit ~/discourse/config/redis.yml
|
||||
|
|
Loading…
Reference in a new issue