From 9850ae1439e62cf1320f90c039e2d88822989f1f Mon Sep 17 00:00:00 2001 From: sairajzero Date: Thu, 22 Jul 2021 03:32:08 +0530 Subject: [PATCH] Rename config.json to config-sample.json --- config-sample.json | 9 +++++++++ config.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 config-sample.json delete mode 100644 config.json diff --git a/config-sample.json b/config-sample.json new file mode 100644 index 0000000..34ab909 --- /dev/null +++ b/config-sample.json @@ -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" +} \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index c1ec110..0000000 --- a/config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "privateKey": "Replace_With_Private_Key", - "port": "8080", - - "sql_user": "user", - "sql_pwd": "password", - "sql_db": "supernode", - "sql_host": "localhost" -} \ No newline at end of file