mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
remove disable sign up from common ui
This commit is contained in:
parent
693b9d0eab
commit
3e11dca340
@ -36,7 +36,7 @@ export const HOST: string = env('DOMAIN') || '';
|
||||
|
||||
export const BILLING_ENABLED: boolean = env('BILLING_ENABLED') === 'true';
|
||||
export const BILLING_PUBLIC_KEY: string = env('BILLING_PUBLIC_KEY') || '';
|
||||
export const DISABLE_SIGNUP: boolean = env('DISABLE_SIGNUP') === 'true';
|
||||
|
||||
export const VERSION: Version = new Version(env('VERSION') || '1.0.0');
|
||||
|
||||
export const DASHBOARD_API_HOSTNAME: Hostname = Hostname.fromString(HOST);
|
||||
|
Loading…
Reference in New Issue
Block a user