We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bf8a4 commit 3684f9bCopy full SHA for 3684f9b
tests/utils.py
@@ -81,7 +81,6 @@
81
82
def get_new_core_app_url(
83
*,
84
- # TODO: Move host/port to ENV_VARs so that user can customize based on their setup
85
host: str = environ.get("SUPERTOKENS_CORE_HOST", "localhost"),
86
port: str = environ.get("SUPERTOKENS_CORE_PORT", "3567"),
87
core_config: Optional[Dict[str, str]] = None,
0 commit comments