Add versions to config templates
This commit is contained in:
parent
221790b00e
commit
14eee2e8b0
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"version": "0",
|
||||
"aid": null,
|
||||
"character": null,
|
||||
"title": null,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"version": "0",
|
||||
"cid": null,
|
||||
"name": null,
|
||||
"player": null,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"version": "0",
|
||||
"secret_key": null,
|
||||
"address": "127.0.0.1",
|
||||
"port": "5000",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"version": "0",
|
||||
"lid": null,
|
||||
"name": null,
|
||||
"title": null,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"version": "0",
|
||||
"uid": null,
|
||||
"username": null,
|
||||
"displayname": null,
|
||||
|
|
Loading…
Reference in New Issue