gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Make options configurable via API #10

Open philippguertler opened 5 years ago

philippguertler commented 5 years ago

Description

Currently the mesh.yml file is read once a the start of mesh and the options can never be changed. For some options that makes sense (e.g. graphdb folder), for others this is a nuisance, since a server restart is always required even though it is not necessary (e.g. image resize quality).

We should split up the options into two categories: Immutable and mutable. Mutable options can be changed via the REST API at runtime.

Endpoint Proposal

Considerations