mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
BREAKING: postgres + saas
This commit is contained in:
7
lib/constants.ts
Normal file
7
lib/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const APP_TITLE = "TaxHacker"
|
||||
export const APP_DESCRIPTION = "Your personal AI accountant"
|
||||
export const FILE_ACCEPTED_MIMETYPES = "image/*,.pdf,.doc,.docx,.xls,.xlsx"
|
||||
export const IS_SELF_HOSTED_MODE = process.env.SELF_HOSTED_MODE === "true"
|
||||
export const SELF_HOSTED_REDIRECT_URL = "/self-hosted/redirect"
|
||||
export const SELF_HOSTED_WELCOME_URL = "/self-hosted"
|
||||
export const AUTH_LOGIN_URL = "/enter"
|
||||
Reference in New Issue
Block a user