Skip to content

Commit 94d3511

Browse files
author
Stefania
committed
change local instance url
1 parent c98e19b commit 94d3511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ v = true # show debug logging
77
appName = CreateBridge
88
updateUrl = http://downloads.arduino.cc/
99
#updateUrl = http://localhost/
10-
origins = http://webide.arduino.cc:8080
10+
origins = http://local.arduino.cc:8000

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func main() {
131131
if err != nil {
132132
panic(err)
133133
}
134-
_, err = f.WriteString("\norigins = http://webide.arduino.cc:8080\n")
134+
_, err = f.WriteString("\norigins = http://local.arduino.cc:8000\n")
135135
if err != nil {
136136
panic(err)
137137
}

0 commit comments

Comments
 (0)