Core module parameters.

Properties

item:{itemProtoClass:Class<Dynamic>}

Core item module parameters.

Parameters:

itemProtoClass

Item prototype class. Should extend ItemProtoCore class.

user:{socialNetworks:Array<String>, saveLoginDate:Bool, platforms:Array<String>, enabled:Bool, enableNameLogin:Bool, classes:_UserClassesList}

Core user module parameters.

Parameters:

enabled

If true, user functionality enabled. This should only be enabled on a single slave server type!

classes

User sub-classes list.

socialNetworks

SNS types client can use on login.

platforms

Platforms client can use for linking users.

saveLoginDate

If true, the server will save login date for each user truncated by day. Used for stats collection but will significantly increase database size.

enableNameLogin

If true, the server will allow user login by name/password pair and enable the name uniqueness check on user registration.