mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-13 03:30:47 +02:00
6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
window.injected = {
|
|
TARGET: '${TARGET}',
|
|
OVERRIDE_BACKEND_HOST: '${OVERRIDE_BACKEND_HOST}',
|
|
OVERRIDE_BACKEND_PORT: '${OVERRIDE_BACKEND_PORT}'
|
|
}
|