mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 04:29:55 +02:00
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BACKEND_URL: '"' + (process.env.BACKEND_URL || '/') + '"'
|
|
}
|