SYNC: debug config

This commit is contained in:
SPRINX0\prochazka
2025-06-13 14:13:40 +02:00
committed by Diflow
parent 01d256eeee
commit 6f18f6bd5c
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ let cloudFiles = null;
const DBGATE_IDENTITY_URL = process.env.LOCAL_DBGATE_IDENTITY
? 'http://localhost:3103'
: process.env.PROD_DBGATE_IDENTITY
? 'https://identity.dbgate.io'
: process.env.DEVWEB || process.env.DEVMODE
? 'https://identity.dbgate.udolni.net'
: 'https://identity.dbgate.io';