-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use constant for KeyCDN suffix
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,8 @@ export const REDIRECTION_SERVER_IPS = [ | |
export const ALLOWED_DNS_ERROR_CODES = ["ENOTFOUND", "ENODATA"] | ||
|
||
export const DNS_INDIRECTION_DOMAIN = "hostedon.isomer.gov.sg" | ||
export const DNS_CNAME_SUFFIXES = ["cloudfront.net", "kxcdn.com"] | ||
export const DNS_KEYCDN_SUFFIX = "kxcdn.com" | ||
export const DNS_CNAME_SUFFIXES = ["cloudfront.net", DNS_KEYCDN_SUFFIX] | ||
export const DNS_INDIRECTION_REPO = "isomer-indirection" | ||
export const ISOMER_ADMIN_EMAIL = "[email protected]" | ||
export const ISOMER_SUPPORT_EMAIL = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters