[bug][easy] Fix .env typo: IRA_ASSETS_STORE_OBJECT_TYPE_ID #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The tenant
.envcontainsIRA_ASSETS_STORE_OBJECT_TYPE_ID=109(missing leadingJ). Currently harmless becausesrc/config/index.jsdefaults to'109', but any future non-default value will silently be ignored.Fix: rename to
JIRA_ASSETS_STORE_OBJECT_TYPE_IDin.env, and confirm.env.examplealready uses the correct name (it does).Fixed locally in
.env..env.examplealready used the correct spelling. Closing.