mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-12 19:24:13 +00:00
updated connector-http for new commands w/ burnettk
This commit is contained in:
parent
f0dc9468f6
commit
bdbb13b57a
1
connector-proxy-demo/.tool-versions
Normal file
1
connector-proxy-demo/.tool-versions
Normal file
@ -0,0 +1 @@
|
|||||||
|
python 3.11.0
|
@ -1,14 +1,14 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
function error_handler() {
|
function error_handler() {
|
||||||
>&2 echo "Exited with BAD EXIT CODE '${2}' in ${0} script at line: ${1}."
|
echo >&2 "Exited with BAD EXIT CODE '${2}' in ${0} script at line: ${1}."
|
||||||
exit "$2"
|
exit "$2"
|
||||||
}
|
}
|
||||||
trap 'error_handler ${LINENO} $?' ERR
|
trap 'error_handler ${LINENO} $?' ERR
|
||||||
set -o errtrace -o errexit -o nounset -o pipefail
|
set -o errtrace -o errexit -o nounset -o pipefail
|
||||||
|
|
||||||
if [[ -z "${FLASK_ENV:-}" ]]; then
|
if [[ -z "${FLASK_DEBUG:-}" ]]; then
|
||||||
export FLASK_ENV=development
|
export FLASK_DEBUG=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export FLASK_SESSION_SECRET_KEY=super_secret_key
|
export FLASK_SESSION_SECRET_KEY=super_secret_key
|
||||||
|
2
connector-proxy-demo/poetry.lock
generated
2
connector-proxy-demo/poetry.lock
generated
@ -220,7 +220,7 @@ spiffworkflow-connector-command = {git = "https://github.com/sartography/spiffwo
|
|||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/sartography/connector-http.git"
|
url = "https://github.com/sartography/connector-http.git"
|
||||||
reference = "HEAD"
|
reference = "HEAD"
|
||||||
resolved_reference = "5e6a675a421cbee85f9c33832b874152a2a57e1e"
|
resolved_reference = "b79938f3e325b22c3e393405906a01b0a795fec4"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "connector-slack"
|
name = "connector-slack"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user