You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@ You can configure the Functions Framework using the environment variables shown
164
164
| ------------------------- | -----------
165
165
| `FUNCTION_TARGET` | The name of the exported function to be invoked in response to requests.
166
166
| `FUNCTION_SIGNATURE_TYPE` | The signature used when writing your function. Controls unmarshalling rules and determines which arguments are used to invoke your function. Can be either `http` or `event`.
167
+
| `FUNCTION_SOURCE` | The name of the file containing the source code for your function to load. By default the file **index.php** is loaded in the application root if it exists.
0 commit comments