mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
SYNC: debug config
This commit is contained in:
committed by
Diflow
parent
01d256eeee
commit
6f18f6bd5c
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user