|
|
@ -2,6 +2,7 @@
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
|
|
|
|
export const appName = "EteSync";
|
|
|
|
export const appName = "EteSync";
|
|
|
|
|
|
|
|
export const defaultServerUrl = "https://api.etebase.com/partner/etesync/";
|
|
|
|
export const homePage = "https://www.etesync.com/";
|
|
|
|
export const homePage = "https://www.etesync.com/";
|
|
|
|
export const faq = homePage + "faq/";
|
|
|
|
export const faq = homePage + "faq/";
|
|
|
|
export const sourceCode = "https://github.com/etesync/etesync-web";
|
|
|
|
export const sourceCode = "https://github.com/etesync/etesync-web";
|
|
|
|