mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-15 08:40:02 -05:00
[+] Aqua connection host in config
This commit is contained in:
parent
8e7196181c
commit
856bcf1647
|
|
@ -2,6 +2,9 @@
|
|||
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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user