Files
Lydc_frontend/config/prod.env.js
2025-11-26 16:28:14 +08:00

7 lines
121 B
JavaScript

'use strict'
module.exports = {
NODE_ENV: '"production"',
SOCKETPATH:'"/gs-guide-websocket"',
API_ROOT: '"/api"'
}