mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 13:55:51 +02:00
Introduce config module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import config from '../conf';
|
||||
import config from '../config';
|
||||
|
||||
const u = config.mongodb.user ? encodeURIComponent(config.mongodb.user) : null;
|
||||
const p = config.mongodb.pass ? encodeURIComponent(config.mongodb.pass) : null;
|
||||
|
||||
Reference in New Issue
Block a user