mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
remove unused vars
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Which domain is this server hosted on? replace this with oneuptime.yourdomain.com or yourdomain.com. You can also set it to a server/VM IP address.
|
||||
DOMAIN=localhost
|
||||
|
||||
# Secrets - PLEASE CHANGE THESE. Please change these to something random. All of these can be different values.
|
||||
ONEUPTIME_SECRET=please-change-this-to-random-value
|
||||
|
||||
@@ -9,7 +9,6 @@ x-common-variables: &common-variables
|
||||
SUBSCRIPTION_PLAN_SCALE: ${SUBSCRIPTION_PLAN_SCALE}
|
||||
SUBSCRIPTION_PLAN_ENTERPRISE: ${SUBSCRIPTION_PLAN_ENTERPRISE}
|
||||
METERED_PLAN_ACTIVE_MONITORING: ${METERED_PLAN_ACTIVE_MONITORING}
|
||||
DOMAIN: ${DOMAIN}
|
||||
ANALYTICS_KEY: ${ANALYTICS_KEY}
|
||||
ANALYTICS_HOST: ${ANALYTICS_HOST}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user