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