OpenSlides / openslides-media-service

Media service for OpenSlides 3+
MIT License
0 stars 14 forks source link

Unification + expansion of the environment variables #68

Closed peb-adr closed 1 year ago

peb-adr commented 1 year ago

Please make the following changes to the environment variables:

- remove:
  MEDIA_PRESENTER_HOST
  MEDIA_PRESENTER_PORT
  MEDIA_DATABASE_HOST
  MEDIA_DATABASE_NAME
  MEDIA_DATABASE_PASSWORD_FILE
  MEDIA_DATABASE_PORT
  MEDIA_DATABASE_USER

The env vars for the DB connection should be renamed.

Instead of having MEDIA_PRESENTER_HOST, PRESENTER_HOST should be set for the media service overriding the value from the default env (analogous for the port).

More details on these changes are in manage-service issue https://github.com/OpenSlides/openslides-manage-service/issues/224. Also please provide non-service-specific feedback on these related issues in the manage-service issue.

jsangmeister commented 1 year ago

duplicate of https://github.com/OpenSlides/openslides-media-service/issues/67 - also, PRESENTER_{HOST,PORT} are already named that way without the prefix.