|
|
há 11 meses atrás | |
|---|---|---|
| pages | há 1 ano atrás | |
| src | há 11 meses atrás | |
| .babelrc | há 1 ano atrás | |
| .editorconfig | há 1 ano atrás | |
| .env.example | há 1 ano atrás | |
| .eslintignore | há 1 ano atrás | |
| .eslintrc.js | há 1 ano atrás | |
| .gitignore | há 1 ano atrás | |
| CHANGELOG.md | há 1 ano atrás | |
| README.md | há 1 ano atrás | |
| init.sh | há 1 ano atrás | |
| package.json | há 11 meses atrás | |
| test.js | há 1 ano atrás | |
| tsconfig.json | há 1 ano atrás | |
| yarn.lock | há 11 meses atrás |
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