Template
Add campaign UTM links and piha.li shortener as a core helper.
Keep mint/UTM in always-on core so email_sms and directmail stay optional, and brand utm_source from SITE_NAME (or UTM_SOURCE) instead of a hardcoded client name. Closes #3
This commit is contained in:
@@ -67,6 +67,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
|
||||
@@ -108,6 +110,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