We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f06b69 commit 5ee2e16Copy full SHA for 5ee2e16
packages/cubejs-server-core/core/index.js
@@ -189,7 +189,7 @@ class CubejsServerCore {
189
this.driverFactory = options.driverFactory;
190
this.externalDriverFactory = options.externalDriverFactory;
191
this.apiSecret = options.apiSecret;
192
- this.schemaPath = options.schemaPath || 'schema';
+ this.schemaPath = options.schemaPath || process.env.CUBEJS_SCHEMA_PATH || 'schema';
193
this.dbType = options.dbType;
194
this.logger = options.logger ||
195
(process.env.NODE_ENV !== 'production' ?
0 commit comments