Rename config.json to config-sample.json

This commit is contained in:
sairajzero 2021-07-22 03:32:08 +05:30
parent 98fef6832f
commit 9850ae1439
2 changed files with 9 additions and 9 deletions

9
config-sample.json Normal file
View File

@ -0,0 +1,9 @@
{
"privateKey": "FLO_Private_Key_of_SuperNode",
"port": "8080",
"sql_user": "mySQL_user",
"sql_pwd": "mySQL_password",
"sql_db": "supernode",
"sql_host": "localhost"
}

View File

@ -1,9 +0,0 @@
{
"privateKey": "Replace_With_Private_Key",
"port": "8080",
"sql_user": "user",
"sql_pwd": "password",
"sql_db": "supernode",
"sql_host": "localhost"
}