chore: url di default del gateway = https://qmem.enne2.net (era http://10.8.0.3:8082)
This commit is contained in:
@@ -40,7 +40,7 @@ Config salvata in `~/.config/pi-qmem/config.json` (0600):
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"url": "http://10.8.0.3:8082",
|
"url": "https://qmem.enne2.net",
|
||||||
"apiKey": "..."
|
"apiKey": "..."
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
+2
-2
@@ -11,7 +11,7 @@
|
|||||||
* di provenienza, non un meccanismo di isolamento.
|
* di provenienza, non un meccanismo di isolamento.
|
||||||
*
|
*
|
||||||
* Config: ~/.config/pi-qmem/config.json
|
* Config: ~/.config/pi-qmem/config.json
|
||||||
* { "url": "http://10.8.0.3:8082", "apiKey": "..." }
|
* { "url": "https://qmem.enne2.net", "apiKey": "..." }
|
||||||
*
|
*
|
||||||
* Comando: /qmem:config — menu interattivo (URL, API key, test connessione)
|
* Comando: /qmem:config — menu interattivo (URL, API key, test connessione)
|
||||||
*/
|
*/
|
||||||
@@ -33,7 +33,7 @@ interface MemoryConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const CONFIG_DEFAULTS: MemoryConfig = {
|
const CONFIG_DEFAULTS: MemoryConfig = {
|
||||||
url: "http://10.8.0.3:8082",
|
url: "https://qmem.enne2.net",
|
||||||
apiKey: "",
|
apiKey: "",
|
||||||
timeoutMs: 30_000,
|
timeoutMs: 30_000,
|
||||||
correctMinScore: 0.6,
|
correctMinScore: 0.6,
|
||||||
|
|||||||
Reference in New Issue
Block a user