mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 14:00:08 +02:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
internal: {
|
|
references: {
|
|
port: 3056,
|
|
host: process.env.REFERENCES_HOST || '127.0.0.1',
|
|
},
|
|
},
|
|
}
|
|
|