changed server from test to prod in mycroft.conf
parent
f361392628
commit
bb0dd95b55
|
@ -90,7 +90,7 @@
|
||||||
// Address of the REMOTE server
|
// Address of the REMOTE server
|
||||||
// Override: none
|
// Override: none
|
||||||
"server": {
|
"server": {
|
||||||
"url": "https://api-test.mycroft.ai",
|
"url": "https://api.mycroft.ai",
|
||||||
"version": "v1",
|
"version": "v1",
|
||||||
"update": true,
|
"update": true,
|
||||||
"metrics": false
|
"metrics": false
|
||||||
|
|
Loading…
Reference in New Issue