SuperNodeStorage/config-sample.json
2021-07-22 03:32:08 +05:30

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"
}