move sanctioned country codes to env var
This commit is contained in:
parent
5a8804de79
commit
8eb5a51fd6
@ -92,9 +92,7 @@ export const RESERVED_MAX_USER_ID = 615
|
||||
export const GLOBAL_SEED = USER_ID.k00b
|
||||
export const FREEBIE_BASE_COST_THRESHOLD = 10
|
||||
|
||||
// WIP ultimately subject to this list: https://ofac.treasury.gov/sanctions-programs-and-country-information
|
||||
// From lawyers: north korea, cuba, iran, ukraine, syria
|
||||
export const SANCTIONED_COUNTRY_CODES = ['KP', 'CU', 'IR', 'UA', 'SY']
|
||||
export const SANCTIONED_COUNTRY_CODES = process.env.SANCTIONED_COUNTRY_CODES?.split(',') || []
|
||||
|
||||
export const TERRITORY_COST_MONTHLY = 50000
|
||||
export const TERRITORY_COST_YEARLY = 500000
|
||||
|
Loading…
x
Reference in New Issue
Block a user