datarhei / core

datarhei Core is management for FFmpeg processes without development effort. Whether your streaming has one viewer or a million, we have the tools to help you develop, deploy and manage any video project at any stage. We've solved the challenging problems so you can focus on your application, not your infrastructure.
https://docs.datarhei.com/core
Apache License 2.0
180 stars 41 forks source link

Is there any way to change the environment variable once start/run( at running mode, wihtout stope or retart) the project? #7

Closed NikunjGadhiya07 closed 1 year ago

NikunjGadhiya07 commented 1 year ago

Hi, there

I need to change the value of "CORE_API_AUTH_AUTH0_TENANTS" environment variable. (At a running time without stopping or restarting the project).

eg, I'm using auth0, I want to add a new user or change the domain name. I need to change the "Tenants" value.

because I have seen I think, env value is set only once at the start of the project. is this right?

thanks,

ioppermann commented 1 year ago

It is currently not possible to change the tenants or to add/remove users without restarting. A user management via API is on our roadmap.