Is this occuring because of this section in the base.py:
Code: Select all
# Dedicated configuration holds the different dedicated servers that the instances will run on including the names of
# the instances.
DEDICATED = {
'default': {
'HOST': '127.0.0.1',
'PORT': '5004',
'USER': 'MYMANIAPLANETUSERNAME',
'PASSWORD': 'MYMANIAPLANETPASSWORD',
}
}