Skip to content

Commit e13cd15

Browse files
authored
Apply suggestions from code review
1 parent 9815e9d commit e13cd15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom/conf/app.example.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,12 +1187,12 @@ QUEUE_CONN_STR = "addrs=127.0.0.1:6379 db=0"
11871187
MAX_ATTEMPTS = 3
11881188
; Backoff time per http/https request retry (seconds)
11891189
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.
11911191
; Multiple domains could be separated by commas.
1192-
ALLOWLISTED_DOMAINS =
1192+
ALLOWED_DOMAINS =
11931193
; 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 =
11961196
; Allow private addresses defined by RFC 1918, RFC 1122, RFC 4632 and RFC 4291 (false by default)
11971197
ALLOW_LOCALNETWORKS = false
11981198

0 commit comments

Comments
 (0)