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