diff --git a/src/constants/index.ts b/src/constants/index.ts index 2af7660..6bb219c 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -2,6 +2,7 @@ // SPDX-License-Identifier: AGPL-3.0-only export const appName = "EteSync"; +export const defaultServerUrl = "https://api.etebase.com/partner/etesync/"; export const homePage = "https://www.etesync.com/"; export const faq = homePage + "faq/"; export const sourceCode = "https://github.com/etesync/etesync-web";