mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
17 lines
978 B
SQL
17 lines
978 B
SQL
INSERT INTO config_configvalue VALUES(1,'site_name','Evennia Test Site');
|
|
INSERT INTO config_configvalue VALUES(2,'player_dbnum_start','2');
|
|
INSERT INTO config_configvalue VALUES(3,'money_name_plural','Credits');
|
|
INSERT INTO config_configvalue VALUES(4,'money_name_singular','Credit');
|
|
INSERT INTO config_configvalue VALUES(5,'game_firstrun','1');
|
|
INSERT INTO config_configvalue VALUES(6,'idle_timeout','1800');
|
|
INSERT INTO config_configvalue VALUES(7,'default_home','2');
|
|
INSERT INTO config_configvalue VALUES(8,'connect_screen','
|
|
%%ch%%cb==================================================================%%cn
|
|
Welcome to Evennia! Please type one of the following to begin:
|
|
|
|
If you have an existing account, connect to it by typing:
|
|
%%chconnect <email> <password2>%%cn
|
|
If you need to create an account, type (without the <>''s):
|
|
%%chcreate "<username>" <email> <password>%%cn
|
|
%%ch%%cb==================================================================%%cn
|
|
');
|