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
@@ -96,25 +98,29 @@ The Bee Dashboard runs in development mode on [http://localhost:3031/](http://lo
96
98
97
99
#### Environmental variables
98
100
99
-
The CRA supports to specify "environmental variables" during build time which are then hardcoded into the served static files.
100
-
We support following variables:
101
+
The CRA supports to specify "environmental variables" during build time which are then hardcoded into the served static
102
+
files. We support following variables:
101
103
102
-
-`REACT_APP_BEE_DESKTOP_ENABLED` (`boolean`) that toggles if the Dashboard is in Desktop mode or not.
103
-
-`REACT_APP_BEE_DESKTOP_URL` (`string`) defines custom URL where the Desktop API is expected. By default, it is same origin under which the Dashboard is served.
104
-
-`REACT_APP_BEE_HOST` (`string`) defines custom Bee API URL to be used as default one. By default, the `http://localhost:1633` is used.
105
-
-`REACT_APP_BEE_DEBUG_HOST` (`string`) defines custom Bee Debug API URL to be used as default one. By default, the `http://localhost:1635` is used.
106
-
-`REACT_APP_DEFAULT_RPC_URL` (`string`) defines the default RPC provider URL. Be aware, that his only configures the default value. The user can override this in Settings, which is then persisted in local store and has priority over the value set in this env. variable. By default `https://xdai.fairdatasociety.org` is used.
104
+
-`REACT_APP_BEE_DESKTOP_ENABLED` (`boolean`) that toggles if the Dashboard is in Desktop mode or not.
105
+
-`REACT_APP_BEE_DESKTOP_URL` (`string`) defines custom URL where the Desktop API is expected. By default, it is same
106
+
origin under which the Dashboard is served.
107
+
-`REACT_APP_BEE_HOST` (`string`) defines custom Bee API URL to be used as default one. By default, the
108
+
`http://localhost:1633` is used.
109
+
-`REACT_APP_DEFAULT_RPC_URL` (`string`) defines the default RPC provider URL. Be aware, that his only configures the
110
+
default value. The user can override this in Settings, which is then persisted in local store and has priority over
111
+
the value set in this env. variable. By default `https://xdai.fairdatasociety.org` is used.
107
112
108
113
#### Swarm Desktop development
109
114
110
-
If you want to develop Bee Dashboard in the Swarm Desktop mode, then spin up `swarm-desktop` to the point where Desktop is initialized (eq. the splash screen disappear) and:
115
+
If you want to develop Bee Dashboard in the Swarm Desktop mode, then spin up `swarm-desktop` to the point where Desktop
116
+
is initialized (eq. the splash screen disappear) and:
0 commit comments