mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
9 lines
380 B
Bash
9 lines
380 B
Bash
MONGO_URL=mongodb://localhost:27017/oneuptimedb
|
|
CLUSTER_KEY=f414c23b4cdf4e84a6a66ecfd528eff2
|
|
SERVER_URL=http://localhost:3002
|
|
SLACK_ERROR_LOG_WEBHOOK=https://hooks.slack.com/services/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
|
|
SLACK_ERROR_LOG_CHANNEL=oneuptime-engineering
|
|
PORT=3200
|
|
SCRIPT_RUNNER_URL=http://localhost:3009
|
|
REALTIME_URL=http://localhost:3300
|
|
DB_NAME=oneuptimedb |