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