aboutsummaryrefslogtreecommitdiff
path: root/test/config_test.exs
AgeCommit message (Collapse)Author
2019-05-14Fix Pleroma.Config.get!/1 raising an error when value is falseAaron Tinio
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-11-30Pleroma.Config.delete/1href
2018-11-06Runtime configurationhref
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
2018-11-06Small wrapper module around Application.get_env/put_envhref
Same API as the old Pleroma.Config
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232
2018-11-01Add basic configuration management module.lain