Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !430

Runtime configuration

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged href requested to merge href/pleroma:runtime-config into develop Nov 06, 2018
  • Overview 7
  • Commits 2
  • Pipelines 2
  • Changes 18

Related to #85 (closed)

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.

I've also enhanced a bit Pleroma.Config with get/2 which allows a default value and get!/1 which raises an error if the value is nil.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: runtime-config