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
Just run `npm run dev` and open your browser on http://local.arduino.cc:8000
36
+
Just run `npm run dev` and open your browser on http://localhost:8000
6
37
7
38
## Agent communication
8
39
9
-
To enable communication between your [local installation](http://local.arduino.cc:8000/) and the [Arduino Create Agent](https://github.com/arduino/arduino-create-agent)
10
-
add `origins = http://local.arduino.cc:8000` on your agent config.ini file (if you are using https, add `origins = https://local.arduino.cc:8000`).
40
+
To enable communication between your [local installation](http://localhost:8000/) and the [Arduino Create Agent](https://github.com/arduino/arduino-create-agent)
41
+
add `origins = http://localhost:8000` on your agent config.ini file (if you are using https, add `origins = https://localhost:8000`).
11
42
12
43
- On macOs ~/Applications/ArduinoCreateAgent-1.1/ArduinoCreateAgent.app/Contents/MacOS/config.ini
0 commit comments