fix(db): use correct env..
This commit is contained in:
@@ -25,7 +25,7 @@ export async function up() {
|
|||||||
'profile_aliases_distributed',
|
'profile_aliases_distributed',
|
||||||
);
|
);
|
||||||
|
|
||||||
const isSelfHosting = !!process.env.SELF_HOSTING;
|
const isSelfHosting = !!process.env.SELF_HOSTED;
|
||||||
const isClustered = !isSelfHosting;
|
const isClustered = !isSelfHosting;
|
||||||
|
|
||||||
const isSelfHostingPostCluster =
|
const isSelfHostingPostCluster =
|
||||||
|
|||||||
Reference in New Issue
Block a user