aports/testing/lotide/hitide.confd
Celeste a1c7f9b66b testing/lotide: new aport
https://sr.ht/~vpzom/lotide/
Federated forum / link aggregator using ActivityPub
2023-12-19 03:13:40 +00:00

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