Skip to content

CBEPK/UIP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

361 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create .env

Create .env file in root folder.

Use the online service https://www.md5online.org/md5-encrypt.html to get hash for your password.

Add login and password to .env file. For example: login - admin, password - admin

LOGIN=admin
PASSWORD=21232f297a57a5a743894a0e4a801fc3

DB_FILE_NAME='./db/db.json'
HOURLY_RATE=973236

UBX_USDT_URL='https://ubix.exchange/api/v1/tickers/UBX-USDT'

Create .env file in client folder.

REACT_APP_BASENAME - application url  
REACT_APP_API_BASE - API endpoint
REACT_APP_BOT_ID = "ubix_nw_bot"
REACT_APP_BOT_NAME="UBIX Network Bot"
REACT_APP_EMAIL="uip@ubix.network"

REACT_APP_BASENAME=/uip-dev
REACT_APP_API_BASE=https://uip-app.herokuapp.com/

client/package.json

set "homepage" to be the location of the app, example:

"homepage": "https://ubix.network/uip-dev/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • CSS 3.6%
  • Other 0.9%