Configuration file server.ini: Difference between revisions
Content deleted Content added
imported>Ufizavipupu No edit summary |
imported>Hendrik Brummermann account_creation_status |
||
| (23 intermediate revisions by 3 users not shown) | |||
Line 1:
{{Navigation for Marauroa Top|Using}}
{{Navigation for Marauroa Users}}
Line 18 ⟶ 10:
Marauroa needs access to a database. MySQL and H2 are actively supported and tested. Other database may work too, perhaps with a few tweaks.
H2 is cool because it works out of the box without having to setup a database server: You just need to specify a filename which will be created automatically. In this example it is called marauroa-h2db and the
# example database connection to H2
Line 59 ⟶ 51:
'''server_name'''=Stendhal server
'''server_version'''=0.81
'''server_contact'''=
== Limits ==
Line 76 ⟶ 68:
'''ip_whitelist'''=127.0.0.1
Other limits:
== Disabling account and character creation ==▼
'''limit_characters_per_account'''=2147483647
Since Marauroa 3.8.4 it is possible to disable account and character creation using
Line 83 ⟶ 78:
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.
Since Marauroa 3.9.5 it is possible to define the initial status of new accounts.
'''account_creation_status'''=active
== RSA ==
| |||