- config.json and param.json moved to args/ - param-default.json will be used by default if param.json is not generated by the user - Renamed launch.js to start.js - Minor bug fixes
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"privateKey": "FLO_Private_Key_of_SuperNode",
|
|
"port": "8080",
|
|
|
|
"sql_user": "mySQL_user",
|
|
"sql_pwd": "mySQL_password",
|
|
"sql_db": "supernode",
|
|
"sql_host": "localhost"
|
|
} |