Skip to content

Watch a file to configure which domains should use the new gitlab config source

Krasimir Angelov requested to merge 266-flip-config-source into master

This MR updates the way we specify which domains should use the new gitlab config source.

Instead of passing domains once in an ENV variable we now watcn a config file (specified with GITLAB_SOURCE_CONFIG_FILE, defaults to .gitlab-source-config.yml and update ednabled/broken domains when it's content change.

This way we can control this without having to restart Pages.

Related to #266 (closed).

Edited by Krasimir Angelov

Merge request reports