Maybe you could add an entity which is only accessible / configurable by the administrator. You have to make sure that only 1 object is available of this entity. In this entity you can add an integer attribute (NumberOfDays), which can be edited by the administrator.
You can retrieve the object everywhere in your app and do logic based on the filled in value of this object.