feat: add s3 backup support
This commit is contained in:
@@ -111,9 +111,3 @@ service_url() {
|
||||
local SERVICE_ALIAS="$(service_alias "$SERVICE")"
|
||||
echo "$PLUGIN_SCHEME://$SERVICE:$PASSWORD@$SERVICE_ALIAS:${PLUGIN_DATASTORE_PORTS[0]}"
|
||||
}
|
||||
|
||||
update_plugin_scheme_for_app() {
|
||||
local APP="$1"
|
||||
local REDIS_DATABASE_SCHEME=$(config_get "$APP" REDIS_DATABASE_SCHEME)
|
||||
PLUGIN_SCHEME=${REDIS_DATABASE_SCHEME:-$PLUGIN_SCHEME}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user