feat: add default http port

This commit is contained in:
Simon Cornet 2026-02-18 17:12:22 +01:00
commit 075da97511

View file

@ -5,3 +5,4 @@ phpipam_db_root_password: "changeme"
phpipam_db_user: "phpipam"
phpipam_db_password: "changeme"
phpipam_db_name: "phpipam"
phpipam_http_port: "8080"