mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
export const appConstants = {
|
|
cookieName: 'Thub-Auth',
|
|
lnMarketsAuth: 'LnMarkets-Auth',
|
|
tokenCookieName: 'Tbase-Auth',
|
|
};
|