Add service details config, use for known services

This commit is contained in:
2024-09-05 11:10:54 +02:00
parent 215d178e69
commit 5addd25186
5 changed files with 70 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
config_path = Rails.root.join('config', 'services.yml')
SERVICES = YAML.load_file(config_path).deep_symbolize_keys.with_indifferent_access