|
|
il y a 11 mois | |
|---|---|---|
| pages | il y a 1 an | |
| src | il y a 11 mois | |
| .babelrc | il y a 1 an | |
| .editorconfig | il y a 1 an | |
| .env.example | il y a 1 an | |
| .eslintignore | il y a 1 an | |
| .eslintrc.js | il y a 1 an | |
| .gitignore | il y a 1 an | |
| CHANGELOG.md | il y a 1 an | |
| README.md | il y a 1 an | |
| init.sh | il y a 1 an | |
| package.json | il y a 11 mois | |
| test.js | il y a 1 an | |
| tsconfig.json | il y a 1 an | |
| yarn.lock | il y a 11 mois |
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