2026-02-25 16:14:18 +00:00
|
|
|
#!/run/current-system/sw/bin/bash
|
2026-03-01 20:33:16 +00:00
|
|
|
# MITM proxy
|
2026-03-23 12:05:37 -07:00
|
|
|
#MITM_PROXY=http://127.0.0.1:8080
|
|
|
|
|
# Flogo verbose
|
|
|
|
|
#FLOGO_VERBOSE=1
|
|
|
|
|
# No flogo TUI
|
|
|
|
|
#FLOGO_DISABLE_TUI=1
|
|
|
|
|
|
|
|
|
|
export $(cat /var/run/secrets/nidus-dev-sync-env | xargs) &&
|
|
|
|
|
export $(cat .env | xargs) && \
|
|
|
|
|
../flogo/flogo -target .
|