forked from Cookies_Github_mirror/AquaDX
11 lines
334 B
TypeScript
11 lines
334 B
TypeScript
|
|
const AQUA_HOST = 'https://aquanet.example.com/aqua'
|
|
const DATA_HOST = 'https://aquanet.example.com'
|
|
|
|
// This will be displayed for users to connect from the client
|
|
const AQUA_CONNECTION = 'aqua.example.com'
|
|
|
|
const TURNSTILE_SITE_KEY = '0x4AAAAAAASGA2KQEIelo9P9'
|
|
|
|
export { AQUA_HOST, DATA_HOST, TURNSTILE_SITE_KEY, AQUA_CONNECTION }
|