Files
Holocore/mongo_init_scripts/blue_frog.js
Ziggy 4a51b7396b Created a docker-compose.yml, which initializes and runs a mongo instance
The idea is to simplify the setup process a bit, so it's easier to get
to the point where you can develop.
2022-11-29 16:30:18 +01:00

5 lines
80 B
JavaScript

db.config.insertOne({
package: "support.data.dev",
characterBuilder: true
});