mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04: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: []
|
|
});
|