registry config: create table and migrate existing setting

This commit is contained in:
Girish Ramakrishnan
2025-05-07 14:09:10 +02:00
parent 91fd93c724
commit 1bbdabc42f
15 changed files with 441 additions and 123 deletions

View File

@@ -36,7 +36,6 @@ exports = module.exports = {
MAIL_SUBDOMAIN_KEY: 'mail_subdomain',
OIDC_COOKIE_SECRET_KEY: 'cookie_secret',
PROFILE_CONFIG_KEY: 'profile_config',
REGISTRY_CONFIG_KEY: 'registry_config',
REVERSE_PROXY_CONFIG_KEY: 'reverseproxy_config',
SERVICES_CONFIG_KEY: 'services_config',
TIME_ZONE_KEY: 'time_zone',