mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
5 lines
108 B
JavaScript
Executable File
5 lines
108 B
JavaScript
Executable File
module.exports = {
|
|
serverUrl: process.env['SERVER_URL'],
|
|
clusterKey: process.env['CLUSTER_KEY'],
|
|
};
|