Point SHORTENER_BASE_URL at piha.lc / beta.piha.li instead of a separate API host.
CI / test (pull_request) Successful in 21s
CI / test (pull_request) Successful in 21s
Closes #11.
This commit is contained in:
+2
-2
@@ -79,8 +79,8 @@ SOCIAL_TOKEN_ENCRYPTION_KEY=
|
||||
OLLAMA_BASE_URL=http://10.0.0.128:11434
|
||||
OLLAMA_MODEL=llama3.2
|
||||
|
||||
# URL shortener (piha.li). Empty locally = long UTM URLs in campaigns.
|
||||
# Call the API host, never https://piha.li (that host only 302s).
|
||||
# URL shortener (piha.lc). Empty locally = long UTM URLs in campaigns.
|
||||
# Call the short host: POST /api/links/ (Bearer) and recipients GET /<code>.
|
||||
SHORTENER_BASE_URL=
|
||||
SHORTENER_API_TOKEN=
|
||||
# Local shortener compose:
|
||||
|
||||
Reference in New Issue
Block a user