idhub.entrypoint: transition to using default port
This commit is contained in:
parent
67bff62999
commit
04ce5ee89c
|
@ -99,6 +99,7 @@ config_oidc4vp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
runserver() {
|
runserver() {
|
||||||
|
PORT="${PORT:-8000}"
|
||||||
if [ ! "${DEBUG:-}" = "true" ]; then
|
if [ ! "${DEBUG:-}" = "true" ]; then
|
||||||
./manage.py collectstatic
|
./manage.py collectstatic
|
||||||
if [ "${EXPERIMENTAL:-}" = "true" ]; then
|
if [ "${EXPERIMENTAL:-}" = "true" ]; then
|
||||||
|
|
Reference in New Issue