Added devel ports

This commit is contained in:
MrFry 2020-04-12 20:37:21 +02:00
parent 2535ee92b0
commit e3fecd61d0
2 changed files with 8 additions and 2 deletions

View file

@ -140,6 +140,7 @@ function GetApp () {
const pw = uuidv4()
const insertRes = dbtools.Insert(userDB, 'users', {
pw: pw,
avaiblePWRequests: 2,
created: utils.GetDateString()
})