mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-22 01:02:00 -07:00
Customizing scrips
This commit is contained in:
@@ -31,4 +31,7 @@ export APP_ID=bch-dex-001
|
||||
|
||||
#export P2WDB_URL=http://172.17.0.1:5667
|
||||
|
||||
export DISABLE_NEW_ACCOUNTS=true
|
||||
export ADMIN_PASSWORD=decatur
|
||||
|
||||
npm start
|
||||
|
||||
@@ -11,12 +11,12 @@ import axios from 'axios'
|
||||
// import User from '../../../src/adapters/localdb/models/users.js'
|
||||
|
||||
// Customize these variables
|
||||
const EMAIL = 'someone@somewhere.com'
|
||||
const NAME = 'Someone'
|
||||
const PASSWORD = 'test'
|
||||
const EMAIL = 'chris.troutner@gmail.com'
|
||||
const NAME = 'Chris'
|
||||
const PASSWORD = '0mega16'
|
||||
|
||||
const ADMIN_EMAIL = 'system@system.com'
|
||||
const ADMIN_PASSWORD = 'admin'
|
||||
const ADMIN_PASSWORD = 'decatur'
|
||||
|
||||
async function createUser () {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user