|
|
hai 11 meses | |
|---|---|---|
| pages | hai 1 ano | |
| src | hai 11 meses | |
| .babelrc | hai 1 ano | |
| .editorconfig | hai 1 ano | |
| .env.example | hai 1 ano | |
| .eslintignore | hai 1 ano | |
| .eslintrc.js | hai 1 ano | |
| .gitignore | hai 1 ano | |
| CHANGELOG.md | hai 1 ano | |
| README.md | hai 1 ano | |
| init.sh | hai 1 ano | |
| package.json | hai 11 meses | |
| test.js | hai 1 ano | |
| tsconfig.json | hai 1 ano | |
| yarn.lock | hai 11 meses |
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
yarn run script -- lib/scripts/initCatalog.js