erisamsudin / mitbe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 10 or higher is required.

Installation is done using the npm install command:

Setup

This is for setup variable environment on your local machine. -Ubuntu

export AMG_HOST=localhost
export AMG_DB=TheDB
export AMG_USER=TheUser
export AMG_PASSWORD=ThePassword
export AMG_NSI_KEY=cobaheula
export AMG_ENC_KEY=L4ng1tB1ru974376
export AMG_JWT_KEY=L4ng1tB1ru974376

-Windows

SET AMG_HOST=localhost
SET AMG_DB=TheDB
SET AMG_USER=TheUser
SET AMG_PASSWORD=ThePassword
SET AMG_NSI_KEY=cobaheula
SET AMG_ENC_KEY=L4ng1tB1ru974376
SET AMG_JWT_KEY=L4ng1tB1ru974376

About


Languages

Language:JavaScript 100.0%