Configuration file server.ini: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>Hendrik Brummermann
added allow_account_creation and allow_character_creation
Line 67:
'''parallel_connection_limit'''=10
'''ip_whitelist'''=127.0.0.1
 
== Disabling account and character creation ==
 
Since Marauroa 3.8.4 it is possible to disable account and character creation using
'''allow_account_creation'''=false
'''allow_character_creation'''=false
 
This is useful if account creation is done using other means. For example filling the account, characters and rpobjects table from an other application. It is used on stendhalgame.org for the test server because the test database shares the accounts with the main database.
 
== RSA ==