File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1187,12 +1187,12 @@ QUEUE_CONN_STR = "addrs=127.0.0.1:6379 db=0"
1187
1187
MAX_ATTEMPTS = 3
1188
1188
; Backoff time per http/https request retry (seconds)
1189
1189
RETRY_BACKOFF = 3
1190
- ; Allowlist for migrating, default is blank. Blank means everything will be allowed.
1190
+ ; Allowed domains for migrating, default is blank. Blank means everything will be allowed.
1191
1191
; Multiple domains could be separated by commas.
1192
- ALLOWLISTED_DOMAINS =
1192
+ ALLOWED_DOMAINS =
1193
1193
; Blocklist for migrating, default is blank. Multiple domains could be separated by commas.
1194
- ; When ALLOWLISTED_DOMAINS is not blank, this option will be ignored.
1195
- BLOCKLISTED_DOMAINS =
1194
+ ; When ALLOWED_DOMAINS is not blank, this option will be ignored.
1195
+ BLOCKED_DOMAINS =
1196
1196
; Allow private addresses defined by RFC 1918, RFC 1122, RFC 4632 and RFC 4291 (false by default)
1197
1197
ALLOW_LOCALNETWORKS = false
1198
1198
You can’t perform that action at this time.
0 commit comments