mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 02:36:34 +02:00
11 lines
308 B
Bash
11 lines
308 B
Bash
# Configuration for /etc/init.d/hitide
|
|
|
|
# The internal URL path for accessing the lotide backend
|
|
BACKEND_HOST="http://localhost:3333"
|
|
|
|
# The external user-facing URL path of the frontend
|
|
FRONTEND_URL="https://lotide.example.com"
|
|
|
|
# Port number to bind to.
|
|
# (If not set, defaults to 4333.)
|
|
#HITIDE_PORT=4333
|