feat: 添加.env.local配置
This commit is contained in:
@@ -101,11 +101,11 @@ app.get('/health', (req, res) => {
|
||||
app.listen(PORT, () => {
|
||||
console.log(`
|
||||
╔════════════════════════════════════════════════════════╗
|
||||
║ 🚀 Proxy Server Running ║
|
||||
║ Proxy Server Running ║
|
||||
╠════════════════════════════════════════════════════════╣
|
||||
║ Local: http://localhost:${PORT} ║
|
||||
║ Target: ${API_TARGET.padEnd(40)} ║
|
||||
║ Health: http://localhost:${PORT}/health ║
|
||||
║ Local: http://localhost:${PORT} ║
|
||||
║ Target: ${API_TARGET.padEnd(40)} ║
|
||||
║ Health: http://localhost:${PORT}/health ║
|
||||
╚════════════════════════════════════════════════════════╝
|
||||
`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user