@girish is right here. The app only supports overwriting config variables as such via https://github.com/alextselegidis/easyappointments/blob/master/config-sample.php which will be located at /app/data/config.php in the Cloudron package. However only values which are referenced in the application code config.php with Config:: will be taken into account.
So supporting further values requires application patches.