Using the simpleworks conf now

This commit is contained in:
2025-12-31 19:28:26 -05:00
parent c75ec8015e
commit 6cb2880131
15 changed files with 27 additions and 44 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
const { Client, Attribute, Change } = require('ldapts');
const {Token, InviteToken} = require('./token');
const conf = require('../conf').ldap;
const conf = require('@simpleworkjs/conf').ldap;
const client = new Client({
url: conf.url,