mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:59:20 +02:00
4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BACKEND_URL: '"/"'
|
|
}
|