UNPKG

apinode

Version:

An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.

17 lines 304 B
{ "db": [ { "dbConfig": { "host": "127.0.0.1", "database": "your_db", "user": "your_acc", "password": "your_passwd", "supportBigNumbers" : true, "connectionLimit" : 32 } } ], "appPath": "../app", "fileRoot": "/your_file_root", "logDir": "/your_log_directory" }