mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
The idea is to simplify the setup process a bit, so it's easier to get to the point where you can develop.
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
db.users.insert({
|
|
username: "user",
|
|
password: "pass",
|
|
accessLevel: "dev",
|
|
banned: false,
|
|
characters: []
|
|
});
|