SEOServer/config.js

6 lines
231 B
JavaScript
Raw Normal View History

2023-09-15 09:51:32 +08:00
export const redis = 'redis://127.0.0.1:6379';
2023-09-14 17:45:13 +08:00
export const host = 'https://www.gitlink.org.cn';
2023-09-27 17:54:24 +08:00
export const forumsHost = 'https://forum.gitlink.org.cn';
2023-09-14 17:45:13 +08:00
// export const host = 'http://119.3.190.9:8000';
export const port = 3000;