- Aggiornato i vari .ENV

This commit is contained in:
Surya Paolo
2025-03-04 20:20:17 +01:00
parent 723ccf07cf
commit 5aa794ef18
117 changed files with 1354 additions and 2331 deletions

View File

@@ -2253,7 +2253,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
try {
let myserv = import.meta.env.VITE_MONGODB_HOST!
if (!import.meta.env.DEBUGGING) {
if (!import.meta.env.VITE_DEBUG) {
if (tools.isTest()) {
if (this.site && this.site.host_testapi) {
myserv = this.site.host_testapi