config.ts 201 Bytes
Newer Older
wanglch's avatar
wanglch committed
1
2
3
4
5
6
7
8
9
10
export default {
    LOG_LEVEL: 'debug',

    BROWSER_TIMEOUT: 10000,
    BING_SEARCH_API_URL: 'https://api.bing.microsoft.com/',
    BING_SEARCH_API_KEY: '',

    HOST: 'localhost',
    PORT: 3000,
};