remove unused vars

This commit is contained in:
Simon Larsen
2023-09-14 13:53:31 +05:30
parent 87a1a84d2e
commit c6d76c4bb0
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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}