24 lines
563 B
Plaintext
24 lines
563 B
Plaintext
API_PORT=3001
|
|
API_HOST=127.0.0.1
|
|
API_TOKEN_SECRET=sdf(**&*&xx2213
|
|
API_TOKEN_EXPIRESIN=1d
|
|
|
|
|
|
FILE_PORT=3002
|
|
FILE_HOST=127.0.0.1
|
|
FILE_TOKEN_SECRET=sdf(**&*&xx221322
|
|
FILE_TOKEN_EXPIRESIN=1d
|
|
FILE_UPLOAD_LOCATION=/Users/zhl/Documents/nginx/upload
|
|
FILE_SHOW_URL=http://10.0.1.3:7021/upload
|
|
|
|
ADMIN_PORT=2900
|
|
ADMIN_TOKEN_SECRET=322f(**&*&xx221356
|
|
ADMIN_TOKEN_EXPIRESIN=1d
|
|
|
|
DB_MAIN=mongodb://localhost/chain-flow-development
|
|
DB_SECOND=mongodb://localhost/chain-flow2-development
|
|
|
|
REDIS=redis://127.0.0.1:6379/14
|
|
|
|
CHAIN_SVR_HOST=http://localhost:3002
|
|
CHAIN_MAX_BATCH_COUNT=5 |