mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
Merge pull request #56 from offen/display-optin
Display Optout status in auditorium and enable opt-in
This commit is contained in:
commit
1b8933296d
@ -4,6 +4,7 @@ production_env: &production_env
|
||||
environment:
|
||||
- SERVER_HOST=https://server-alpha.offen.dev
|
||||
- OPT_OUT_PIXEL_LOCATION=https://server-alpha.offen.dev/opt-out
|
||||
- OPT_IN_PIXEL_LOCATION=https://server-alpha.offen.dev/opt-in
|
||||
- KMS_HOST=https://kms-alpha.offen.dev
|
||||
- SCRIPT_HOST=https://script-alpha.offen.dev
|
||||
- AUDITORIUM_HOST=https://auditorium-alpha.offen.dev
|
||||
|
@ -91,6 +91,7 @@ services:
|
||||
environment:
|
||||
- VAULT_HOST=http://localhost:9977
|
||||
- OPT_OUT_PIXEL_LOCATION=http://localhost:8080/opt-out
|
||||
- OPT_IN_PIXEL_LOCATION=http://localhost:8080/opt-in
|
||||
|
||||
accounts:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user