- Aggiornato i vari .ENV
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user