add config setting to allow protections around package uploads to specific registries

This commit is contained in:
Lucy Cifferello
2023-04-11 20:22:14 -06:00
parent e4756f481d
commit d599a90e8b
4 changed files with 27 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ marketplace-name: "_env:MARKETPLACE_NAME:CHANGE ME"
max-eos-version: "_env:MAX_VERSION:0.3.4.0"
min-eos-version: "_env:MIN_VERSION:0.3.4.0"
run-migration: "_env:RUN_MIGRATION:false"
blacklist: "_env:BLACKLIST:ADD ME"
database:
database: "_env:PG_DATABASE:start9_registry"