Add default configs for lexicon and user
This commit is contained in:
parent
28610f6baf
commit
2c2e87209c
|
@ -0,0 +1,53 @@
|
||||||
|
{
|
||||||
|
"lid": null,
|
||||||
|
"name": null,
|
||||||
|
"editor": null,
|
||||||
|
"turn": {
|
||||||
|
"current": 1,
|
||||||
|
"max": 8
|
||||||
|
},
|
||||||
|
"join": {
|
||||||
|
"open": true,
|
||||||
|
"password": null,
|
||||||
|
"max_players": 4
|
||||||
|
},
|
||||||
|
"publish": {
|
||||||
|
"policy": null,
|
||||||
|
"timespecs": null,
|
||||||
|
"quorum": null,
|
||||||
|
"lock_on_ready": false
|
||||||
|
},
|
||||||
|
"article": {
|
||||||
|
"index": {
|
||||||
|
"list": null,
|
||||||
|
"capacity": null
|
||||||
|
},
|
||||||
|
"citation": {
|
||||||
|
"allow_self": null,
|
||||||
|
"min_extant": null,
|
||||||
|
"max_extant": null,
|
||||||
|
"min_phantom": null,
|
||||||
|
"max_phantom": null,
|
||||||
|
"min_total": null,
|
||||||
|
"max_total": null,
|
||||||
|
"min_chars": null,
|
||||||
|
"max_chars": null
|
||||||
|
},
|
||||||
|
"word_limit": {
|
||||||
|
"soft": null,
|
||||||
|
"hard": null
|
||||||
|
},
|
||||||
|
"addendum": {
|
||||||
|
"allowed": false,
|
||||||
|
"max": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"character": {
|
||||||
|
"default": {
|
||||||
|
"cid": "default",
|
||||||
|
"name": "Ersatz Scrivener",
|
||||||
|
"player": null,
|
||||||
|
"signature": "~Ersatz Scrivener"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uid": null,
|
||||||
|
"username": null,
|
||||||
|
"displayname": null,
|
||||||
|
"email": null,
|
||||||
|
"password": null,
|
||||||
|
"created": null,
|
||||||
|
"new_password_required": true,
|
||||||
|
"is_admin": false
|
||||||
|
}
|
Loading…
Reference in New Issue