Replies: 1 comment
-
|
This is a bug where it will show the nag in the logs even though you've removed the variable already. Will be fixed in the next version! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, first I want to thank you for this project, big fan! I am wondering if anyone knows how to delete stale configuration options? I run this program in a podman container and when I recreate it with new env variables, it appears that the what used to be there lingers still. For example, I have removed the
KOITO_ALLOWED_HOSTSenv variable (verified by running echo $KOITO_ALLOWED_HOSTS in the container andpodman inspect koito | rg KOITO_ALLOWED_HOSTS), but I still see the messageEngine: The environment variable KOITO_ALLOWED_HOSTS is no longer used and can be removed.in the logs. Thanks!Beta Was this translation helpful? Give feedback.
All reactions