Environment variables doesn't seems to have effects #6150
Unanswered
SebDominguez
asked this question in
Q&A
Replies: 2 comments 1 reply
-
These should be taking precedence if set in the environment variables. Can you please check if any other of your environment variables are not working at expected? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the Docker production server installation guide
After trying to edit the
.env
file by settingINVENTREE_COMPANY_NAME
orINVENTREE_EMAIL_PREFIX
or evenINVENTREE_BASE_URL
doesn't have any effect on the Inventree configuration.Company name stay blank, email subjects are still prefixed with [Inventree] no matter what I put on the
INVENTREE_EMAIL_PREFIX
environment variable, and the Base URL stay blank.Are those settings only configurable via the
config.yaml
file?Beta Was this translation helpful? Give feedback.
All reactions