exchangemarket/args/config-sample.json
2021-08-30 22:01:42 +05:30

9 lines
216 B
JSON

{
"secret": "Secret_For_Session__Enter_A_Strong_String(Text/Password)",
"port": "8080",
"sql_user": "mySQL_user",
"sql_pwd": "mySQL_password",
"sql_db": "supernode",
"sql_host": "localhost"
}