diff --git a/backend/config.json b/backend/config.json new file mode 100644 index 0000000..a6b7e62 --- /dev/null +++ b/backend/config.json @@ -0,0 +1,9 @@ +{ + "HOST": "http://localhost:5000", + "NAMESPACE": "default", + "VERSION": "1.0.0", + "SIGNING_KEY": "0xYourSigningKey", + "SIMPLE_STORAGE_ADDRESS": "0xYourSimpleStorageAddress", + "TOKEN_ADDRESS": "0xYourTokenAddress", + "PORT": 3000 +}