mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 06:46:31 +01:00
Set AMP interface strings to listen to local interfaces only by default. Also added AMP_INTERFACE setting. Resolves Issue 257.
This commit is contained in:
parent
ed60c3046f
commit
3c87b66624
4 changed files with 8 additions and 5 deletions
|
|
@ -48,7 +48,7 @@ PROCPOOL_TIMEOUT = 10
|
|||
# only change if the port clashes with something else on the system
|
||||
PROCPOOL_PORT = 5001
|
||||
# 0.0.0.0 means listening to all interfaces
|
||||
PROCPOOL_INTERFACE = '0.0.0.0'
|
||||
PROCPOOL_INTERFACE = '127.0.0.1'
|
||||
# user-id and group-id to run the processes as (for OS:es supporting this).
|
||||
# If you plan to run unsafe code one could experiment with setting this
|
||||
# to an unprivileged user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue