Merge pull request #748 from madsboddum/Fixed-invalid

Fixed invalid JSON in the readme
This commit is contained in:
Josh Larson
2022-08-28 22:18:12 -05:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ The project uses submodules. Get them by running: git submodule update --init
User information is read from a MongoDB database that can be run on any machine on your network. Default is the machine that Holocore is running on.
1. Create database: `use cu`
2. Create your game user: `db.users.insert({username: "user", password: "pass", accessLevel: "dev", banned: false, characters: []})`
2. Create your game user: `db.users.insert({"username": "user", "password": "pass", "accessLevel": "dev", "banned": false, "characters": []})`
Enabling the Character Builder Terminals:
1. Switch to the relevant database: `use cu`