mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
9 lines
191 B
Bash
9 lines
191 B
Bash
# URL shortener
|
|
DEFAULT_DOMAIN=s.test
|
|
IS_HTTPS_ENABLED=false
|
|
|
|
# Disable mercure integration during E2E tests
|
|
MERCURE_PUBLIC_HUB_URL=null
|
|
MERCURE_INTERNAL_HUB_URL=null
|
|
MERCURE_JWT_SECRET=null
|