This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
version.tribalwarshelp.com/src/config/app.ts

11 lines
260 B
TypeScript
Raw Normal View History

export const DEFAULT_LANGUAGE = process.env.DEFAULT_LANGUAGE ?? 'en';
2020-11-01 14:19:49 +00:00
export const SERVER_STATUS = {
CLOSED: 'closed',
OPEN: 'open',
};
export const TWHELP = process.env.TWHelp ?? 'https://tribalwarshelp.com';
export const AUTHOR = 'Dawid Wysokiński';