Skip to content

Commit 42b7fdd

Browse files
authored
refactor: rename GATEWAY flag to FUNCTION_GATEWAY. (#379)
1 parent 1123eea commit 42b7fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions_framework/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@click.option("--debug", envvar="DEBUG", is_flag=True)
3535
@click.option(
3636
"--gateway",
37-
envvar="GATEWAY",
37+
envvar="FUNCTION_GATEWAY",
3838
type=click.Choice(["wsgi", "asgi"]),
3939
default="wsgi",
4040
help="Server gateway interface type (wsgi for sync, asgi for async)",

0 commit comments

Comments
 (0)