api icon indicating copy to clipboard operation
api copied to clipboard

make configuration changeable through the api

Open wodka opened this issue 5 years ago • 1 comments

We should be able to override settings everywhere thanks to https://docs.nestjs.com/techniques/configuration

we need a new gql endpoint for superusers to read and set configuration as well as a list of what can be changeable (things like the db config cannot be changed at runtime)

wodka avatar Jun 02 '20 06:06 wodka

This appears to be a solid base for configuration logic +1

On Tue, Jun 2, 2020 at 2:29 AM Michael Schramm [email protected] wrote:

We should be able to override settings everywhere thanks to https://docs.nestjs.com/techniques/configuration

we need a new gql endpoint for superusers to read and set configuration as well as a list of what can be changeable (things like the db config cannot be changed at runtime)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ohmyform/api/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIE2VXNUO4P4ZCOUPVVTR3RUSL4ZANCNFSM4NQNUAGQ .

Leopere avatar Jun 03 '20 16:06 Leopere