From 20af5e0c7609c32c73c0653c5640a9937370f97a Mon Sep 17 00:00:00 2001 From: pbca26 Date: Tue, 6 Jun 2017 20:23:41 +0300 Subject: [PATCH] updated readme --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 22318b2..52e3611 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,38 @@ Then start Agama App npm start ``` +### Important dev notes +**Use the following config.json for dev ** +Place it in ./iguana folder +``` +{ +"edexGuiOnly": true, +"iguanaGuiOnly": false, +"manualIguanaStart": false, +"skipBasiliskNetworkCheck": true, +"minNotaries": 8, +"host": "127.0.0.1", +"agamaPort": 17777, +"iguanaCorePort": 7778, +"maxDescriptors": { +"darwin": 90000, +"linux": 1000000 +}, +"killIguanaOnStart": true, +"dev": true, +"v2": true, +"useBasiliskInstance": true, +"debug": true, +"iguanaAppPort": 17777, +"forks": { +"basilisk": false, +"all": false +} +} +``` +**Sockets.io** +In dev mode backend is configured to send/receive messages from/to http://127.0.0.1:3000 address. If you open it as http://localhost:3000 sockets server will reject any messages. + #### For end users The instructions to make production build of Agama App will be updated soon.