mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 20:06:00 +00:00
oracle thick mode available for electron app
This commit is contained in:
@@ -42,6 +42,7 @@ module.exports = {
|
||||
allowShellConnection: platformInfo.allowShellConnection,
|
||||
allowShellScripting: platformInfo.allowShellScripting,
|
||||
isDocker: platformInfo.isDocker,
|
||||
isElectron: platformInfo.isElectron,
|
||||
permissions,
|
||||
login,
|
||||
...additionalConfigProps,
|
||||
|
||||
@@ -11,6 +11,7 @@ const loadedPlugins = {};
|
||||
const dbgateEnv = {
|
||||
dbgateApi: null,
|
||||
nativeModules,
|
||||
platformInfo,
|
||||
};
|
||||
function requirePlugin(packageName, requiredPlugin = null) {
|
||||
if (!packageName) throw new Error('Missing packageName in plugin');
|
||||
|
||||
Reference in New Issue
Block a user