ModioAB / caramel

Caramel is a CA Registry Manager
GNU Affero General Public License v3.0
16 stars 5 forks source link

Remove ini dependency for app #70

Closed teoti001 closed 3 years ago

teoti001 commented 3 years ago

Removes the last dependencies on a .ini-file for running the scripts, hopefully closing #55. The setting to include pyramid_tm is moved from .ini-files to caramel.main, a setting the user should never need to change.

If a .ini-file is not supplied, a default configuration is used to start the app and the setup of loggers is done from a default configuration.

Note: The server still uses .ini-file, at least when using pserve.