mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
11 lines
485 B
TypeScript
11 lines
485 B
TypeScript
export const AFFINE_MAIN_SERVER = '/api/v1';
|
|
// export const AFFINE_MAIN_SERVER = 'http://localhost:3001/api/v1';
|
|
|
|
export const AUTHING_APP_ID_CN = '61961a7b8b90af37e7c422e0';
|
|
export const AUTHING_APP_ID_US = '626941ad32dea590043903d8';
|
|
export const AUTHING_APP_HOST_US = 'https://affine.us.authing.co';
|
|
|
|
export const USER_AUTH_LOCAL_KEY = '_authing_token';
|
|
export const LOGOUT_LOCAL_STORAGE = [USER_AUTH_LOCAL_KEY, '_authing_user'];
|
|
export const LOGOUT_COOKIES = ['authing_session'];
|