fix max eos version available logic; toggle migrations

This commit is contained in:
Lucy Cifferello
2022-11-10 12:51:54 -07:00
parent 18329bd021
commit a3c787c867
5 changed files with 55 additions and 31 deletions

View File

@@ -37,6 +37,8 @@ static-bin-dir: "_env:STATIC_BIN:/usr/local/bin/"
error-log-root: "_env:ERROR_LOG_ROOT:/var/log/registry/"
marketplace-name: "_env:MARKETPLACE_NAME:CHANGE ME"
icon-path: "_env:ICON_PATH:/var/www/html/resources"
max-eos-version: "_env:MAX_VERSION:0.3.3.0"
run-migration: "_env:RUN_MIGRATION:false"
database:
database: "_env:PG_DATABASE:start9_registry"