mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Implement multi tenancy
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
export function isDevelopment() {
|
||||
return process.env.NEXT_PUBLIC_ENV === "development";
|
||||
}
|
||||
|
||||
export function featPrivacy() {
|
||||
return process.env.NEXT_PUBLIC_FEAT_PRIVACY === "1";
|
||||
}
|
||||
|
||||
export function featBrowse() {
|
||||
return process.env.NEXT_PUBLIC_FEAT_BROWSE === "1";
|
||||
}
|
||||
|
||||
export function featRequireLogin() {
|
||||
return process.env.NEXT_PUBLIC_FEAT_LOGIN_REQUIRED === "1";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user