feat: add a test server for trainees to use
This commit is contained in:
parent
cbb4100b4e
commit
0a028eaf53
5 changed files with 126 additions and 44 deletions
|
@ -34,11 +34,6 @@ in {
|
|||
|
||||
config.skynet = {
|
||||
users = {
|
||||
admin = [
|
||||
"silver"
|
||||
"evanc"
|
||||
"eoghanconlon73"
|
||||
];
|
||||
committee = [
|
||||
"leo"
|
||||
"silver"
|
||||
|
@ -51,6 +46,16 @@ in {
|
|||
"sourabh1805"
|
||||
"kronsy"
|
||||
];
|
||||
admin = [
|
||||
"silver"
|
||||
"evanc"
|
||||
"eoghanconlon73"
|
||||
];
|
||||
trainee = [
|
||||
"eliza"
|
||||
"milan"
|
||||
"esy"
|
||||
];
|
||||
lifetime = [];
|
||||
banned = [];
|
||||
restricted =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue