Nenhuma descrição

Alex Xu 09fc79ff1e update 9 meses atrás
pages abbaf81dfd update 10 meses atrás
src 09fc79ff1e update 9 meses atrás
.babelrc abbaf81dfd update 10 meses atrás
.editorconfig abbaf81dfd update 10 meses atrás
.env.example abbaf81dfd update 10 meses atrás
.eslintignore abbaf81dfd update 10 meses atrás
.eslintrc.js abbaf81dfd update 10 meses atrás
.gitignore abbaf81dfd update 10 meses atrás
CHANGELOG.md abbaf81dfd update 10 meses atrás
README.md abbaf81dfd update 10 meses atrás
init.sh b5814f3818 update 10 meses atrás
package.json 6743f69f11 bn wallet 9 meses atrás
test.js abbaf81dfd update 10 meses atrás
tsconfig.json abbaf81dfd update 10 meses atrás
yarn.lock 09fc79ff1e update 9 meses atrás

README.md

SATEA VPN INFO MANAGE SYSTEM

环境变量

DEBUG=1 # debug标识
# 数据库信息
DB_HOST=127.0.0.1 
DB_NAME=aklabs-merchant 
DB_USER=root
DB_PASS=

# 服务端口
PORT=8089

# Catalog结构文件目录,在 init.sh 中会创建一个,可以使用那个
CATALOG_FILE_PATH=~/staticData/catalog.json

# 支付系统信息
PAYMENT_SYS_ENDPOINT=http://localhost:8090
PAYMENT_SYS_APIKEY=local

# 其他环境变量
TEST_PK=0x000

初始化Catalog

yarn run script -- lib/scripts/initCatalog.js