mirror of
https://github.com/cooderl/wewe-rss.git
synced 2026-09-19 01:36:18 +08:00
refactor(server): add default SERVER_ORIGIN_URL
This commit is contained in:
@@ -9,7 +9,7 @@ const configuration = () => {
|
||||
|
||||
const authCode = process.env.AUTH_CODE;
|
||||
const platformUrl = process.env.PLATFORM_URL || 'https://weread.111965.xyz';
|
||||
const originUrl = process.env.SERVER_ORIGIN_URL;
|
||||
const originUrl = process.env.SERVER_ORIGIN_URL || '';
|
||||
|
||||
const feedMode = process.env.FEED_MODE as 'fulltext' | '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user