Running as a service (uwsgi) not reading environment variables #4654
travisjohnsonga
started this conversation in
General
Replies: 1 comment 1 reply
-
How are you defining your environment variables? They should all be defined in the systemd service file:
|
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
-
Hi all -
working through nautobot/nautobot-app-golden-config#657
When I run via 'nautobot-server runserver 0.0.0.0 8080 --insecure' everything is fine.
When I run as a service, none of the envars are picked up, which is causing the secrets for git repo in the config backup (and probably other things) to not work.
my uwsgi and systemd daemon files are correct per the install guides.
Beta Was this translation helpful? Give feedback.
All reactions