Thuenen-GeoNode-Development / thuenen_atlas

The Thünen Atlas GeoNode project
1 stars 0 forks source link

Enable uwsgi.ini overrides #4

Closed gannebamm closed 8 months ago

gannebamm commented 8 months ago

For some cases, we need to modify uwsgi.ini settings like

harakiri = 600                       ; forcefully kill workers after 600 seconds

See: https://github.com/GeoNode/geonode/blob/master/uwsgi.ini

In theory, we could create our own uwsgi.ini file and mount it over the currently inherited one from https://github.com/GeoNode/geonode/blob/master/uwsgi.ini

Are there better alternatives?

ridoo commented 8 months ago

@gannebamm we could consider variable expansion from environment