Rename config.json to config-sample.json
This commit is contained in:
parent
98fef6832f
commit
9850ae1439
9
config-sample.json
Normal file
9
config-sample.json
Normal 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"
|
||||
}
|
||||
@ -1,9 +0,0 @@
|
||||
{
|
||||
"privateKey": "Replace_With_Private_Key",
|
||||
"port": "8080",
|
||||
|
||||
"sql_user": "user",
|
||||
"sql_pwd": "password",
|
||||
"sql_db": "supernode",
|
||||
"sql_host": "localhost"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user