Cleanup and README update

This commit is contained in:
2026-03-05 21:51:21 +02:00
parent fe2d81b6b8
commit c61d3228ef
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ def test_default_settings_values():
assert settings.app_name == "URL Shortener"
assert settings.host == "0.0.0.0"
assert settings.port == 8000
assert settings.port == 9995
assert settings.debug is True
assert isinstance(settings.allowed_hosts, list)