mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
This reverts commit c21c8b3369.
This commit is contained in:
@@ -5,7 +5,7 @@ import * as core from 'n8n-core';
|
||||
|
||||
dotenv.config();
|
||||
|
||||
export const config = convict({
|
||||
const config = convict({
|
||||
|
||||
database: {
|
||||
type: {
|
||||
@@ -633,3 +633,4 @@ config.validate({
|
||||
allowed: 'strict',
|
||||
});
|
||||
|
||||
export = config;
|
||||
|
||||
Reference in New Issue
Block a user