mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Updated HTML docs
This commit is contained in:
parent
8a5bbee23d
commit
a320230063
52 changed files with 139 additions and 160 deletions
|
|
@ -133,6 +133,10 @@ continue to assume that our server address is <code class="docutils literal notr
|
|||
<span class="n">WEBSERVER_PORTS</span> <span class="o">=</span> <span class="p">[(</span><span class="mi">4001</span><span class="p">,</span> <span class="mi">4005</span><span class="p">)]</span>
|
||||
<span class="n">AMP_PORT</span> <span class="o">=</span> <span class="mi">4006</span>
|
||||
|
||||
<span class="c1"># This needs to be set to your website address for django or you'll receive a</span>
|
||||
<span class="c1"># CSRF error when trying to log on to the web portal</span>
|
||||
<span class="n">CSRF_TRUSTED_ORIGINS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">'https://mymudgame.com'</span><span class="p">]</span>
|
||||
|
||||
<span class="c1"># Optional - security measures limiting interface access</span>
|
||||
<span class="c1"># (don't set these before you know things work without them)</span>
|
||||
<span class="n">TELNET_INTERFACES</span> <span class="o">=</span> <span class="p">[</span><span class="s1">'203.0.113.0'</span><span class="p">]</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue