Customizing scrips

This commit is contained in:
Chris Troutner
2025-05-20 19:38:16 +00:00
parent aa8fd89227
commit 5f442835e5
2 changed files with 7 additions and 4 deletions
@@ -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
+4 -4
View File
@@ -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 {