Closes #9. Auto-insert tracked homepage links in campaign compose, register them with url_shortening_service, and put short piha.li URLs in SMS, email hrefs, and postcard QR codes when SHORTENER_* is configured.
This commit is contained in:
@@ -61,6 +61,8 @@ services:
|
||||
META_APP_ID: ${META_APP_ID:-}
|
||||
META_APP_SECRET: ${META_APP_SECRET:-}
|
||||
SOCIAL_TOKEN_ENCRYPTION_KEY: ${SOCIAL_TOKEN_ENCRYPTION_KEY:-}
|
||||
SHORTENER_BASE_URL: ${SHORTENER_BASE_URL:-}
|
||||
SHORTENER_API_TOKEN: ${SHORTENER_API_TOKEN:-}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
@@ -102,6 +104,8 @@ services:
|
||||
META_APP_ID: ${META_APP_ID:-}
|
||||
META_APP_SECRET: ${META_APP_SECRET:-}
|
||||
SOCIAL_TOKEN_ENCRYPTION_KEY: ${SOCIAL_TOKEN_ENCRYPTION_KEY:-}
|
||||
SHORTENER_BASE_URL: ${SHORTENER_BASE_URL:-}
|
||||
SHORTENER_API_TOKEN: ${SHORTENER_API_TOKEN:-}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user