mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 07:57:37 +08:00
8 lines
190 B
TypeScript
8 lines
190 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 }
|