Skip to content

Commit 0c22a28

Browse files
committed
constants
1 parent 8e012e4 commit 0c22a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{% raw %}APP_NAME = "{% endraw %}{{ repo_name }}{% raw %}"
22
DEPLOYED_PORT_NUMBER = {% endraw %}{{ backend_deployed_port_number }}{% raw %}
3+
HUMAN_FRIENDLY_APP_NAME = "{% endraw %}{{ human_friendly_app_name }}{% raw %}"
34
DEFAULT_DEPLOYED_HOST = "{% endraw %}{{ '127.0.0.1"' if deploy_as_executable else '0.0.0.0" # noqa: S104 # this is intentionally allowing connections from all hosts' }}{% raw %}{% endraw %}

0 commit comments

Comments
 (0)