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