mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 05:49:15 +02:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
let url = process.env.INSTANCE_URL || '/'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
INSTANCE_URL: `"${url}"`
|
|
}
|