|
7 ay önce | |
---|---|---|
pages | 8 ay önce | |
src | 7 ay önce | |
.babelrc | 8 ay önce | |
.editorconfig | 8 ay önce | |
.env.example | 8 ay önce | |
.eslintignore | 8 ay önce | |
.eslintrc.js | 8 ay önce | |
.gitignore | 8 ay önce | |
CHANGELOG.md | 8 ay önce | |
README.md | 8 ay önce | |
init.sh | 8 ay önce | |
package.json | 7 ay önce | |
test.js | 8 ay önce | |
tsconfig.json | 8 ay önce | |
yarn.lock | 7 ay önce |
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