mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 10:00:40 +08:00
23 lines
1.0 KiB
Bash
23 lines
1.0 KiB
Bash
# Optional overrides for bluearchive-toolkit-official-sync.service.
|
|
#
|
|
# Install as:
|
|
# sudo install -o root -g root -m 0644 deployments/systemd/official-sync.env.example /etc/bluearchive-toolkit/official-sync.env
|
|
#
|
|
# Paths are intentionally independent from any official launcher or game client
|
|
# install directory. Do not point either root at an existing game directory, and
|
|
# keep the official and localized roots separate.
|
|
|
|
BAT_OUTPUT_ROOT=/var/lib/bluearchive-toolkit/official
|
|
BAT_LOCALIZED_OUTPUT_ROOT=/var/lib/bluearchive-toolkit/localized
|
|
BAT_INTERVAL=1h
|
|
BAT_ERROR_RETRY=60s
|
|
|
|
# Optional local proxy for curl transfers. Setting a standard proxy environment
|
|
# variable here is the recommended way to configure a credentialed proxy: bat
|
|
# auto-detects it and the credential never lands on the command line, process
|
|
# argv, or any state file. If the proxy URL contains credentials, install THIS
|
|
# file with mode 0600 (not 0644) so the secret is not world-readable.
|
|
#
|
|
# HTTPS_PROXY=http://user:pass@127.0.0.1:7890
|
|
# NO_PROXY=localhost,127.0.0.1,::1
|