mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 12:06:58 +01:00
allow custom pocketbase login data
This commit is contained in:
@@ -5,6 +5,9 @@ migrate(app => {
|
||||
|
||||
let record = new Record(superusers)
|
||||
|
||||
const email = process.env.EMAIL ?? 'text@example.com'
|
||||
const password = process.env.PASSWORD ?? '1234567890'
|
||||
|
||||
// This should be communicated to the user, or be set by the user.
|
||||
record.set("email", "test@example.com")
|
||||
record.set("password", "1234567890")
|
||||
Reference in New Issue
Block a user