You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example configuration 'example/public/config.js' (Change IP to yours where it is required.)
exportdefault{botFrontEnd: "http://192.168.1.2:8080",botBackend: "http://192.168.1.2:5000",kycBackend: "https://openkyc.staging.threefold.me",redirect_url: `/callback`,appId: window.location.host,seedPhrase:
"weather smooth little world side palace green armor busy view solution escape",};
example
cd example/
yarn && yarn run serve
frontend configuration 'frontend/public/config.js' (Change IP to yours where it is required.)