-
Notifications
You must be signed in to change notification settings - Fork 134
Migrating configuration
Max Kuchin edited this page Jul 1, 2016
·
1 revision
config option in 0.0.4 | config option in 0.1.x | Comment |
---|---|---|
REGISTRY_HOST | REGISTRY_URL | URL should start with protocol, e.g. https://registry-srv:5000/v2 |
REGISTRY_PORT | ||
REGISTRY_NAME | REGISTRY_NAME | visible name of registry |
REGISTRY_AUTH | REGISTRY_BASIC_AUTH | Base64 encoded authentication string, e.g. YWRtaW46Y2hhbmdlbWU= |
READONLY | REGISTRY_READONLY | true|false |
TRUST_ANY_SSL | REGISTRY_TRUST_ANY_SSL | true|false |
CONTEXT_PATH | REGISTRY_CONTEXT_PATH | url prefix if you need to host web registry on non-root path |