mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-06 02:43:28 -05:00
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
# This should reference your AquaDX instance's :80 port.
|
|
# Sometimes issues with CORS may appear, the easiest fix is to use a reverse proxy like Caddy to put AquaDX on the /aqua path,
|
|
# and set this to match the /aqua path (see example below)
|
|
VITE_AQUA_HOST=https://aquadx.net/aqua
|
|
|
|
# Link to converted game data (ex: all_music.json, all_items.json, etc.)
|
|
# Profile pictures are also served through this path, you may want to disable profile pictures if using the primary instance for data fetching
|
|
VITE_DATA_HOST=https://aquadx.net
|
|
|
|
VITE_AQUA_CONNECTION=aquadx.hydev.org
|
|
VITE_TURNSTILE_SITE_KEY=0x4AAAAAAASGA2KQEIelo9P9
|
|
VITE_DISCORD_INVITE=https://discord.gg/FNgveqFF7s
|
|
VITE_TELEGRAM_INVITE=https://t.me/+zBL4RZdyfvUzZGU1
|
|
VITE_QQ_INVITE=https://qm.qq.com/q/dpYmGoVHnG
|
|
VITE_GITHUB_REPOSITORY=https://github.com/MewoLab/AquaDX
|
|
|
|
# Documentation for Userbox mode can be found in `docs/aquabox-url-mode.md`
|
|
# Please note that if this is set, it must be manually unset by users in Chuni Settings -> Update Userbox -> Switch to URL mode -> (empty value) -> Enter key
|
|
VITE_USERBOX_DEFAULT_URL=
|
|
|
|
# the following is used at some case where custom access code QR code URL has been done.
|
|
# example:
|
|
# https://aquadx.net/cards/#accesskey=....
|
|
VITE_ACCESSCODE_QKEY=accesskey
|
|
|
|
VITE_DEFAULT_GAME=mai2
|