forked from Cookies_Github_mirror/AquaDX
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
|
|
const AQUA_HOST = 'https://aquanet.example.com/aqua'
|
|
const DATA_HOST = 'https://aquanet.example.com'
|
|
|
|
const TURNSTILE_SITE_KEY = '0x4AAAAAAASGA2KQEIelo9P9'
|
|
|
|
export { AQUA_HOST, DATA_HOST, TURNSTILE_SITE_KEY }
|