Skip to content

Commit a032e35

Browse files
committed
Minor docs tweak to point to the new environment variable capabilitiy
1 parent 61a96fd commit a032e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/how-to/apps/apppack_toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file can be used to configure how your app is built, released, and the serv
66

77
TOML is a human-readable configuration format. It's similar to JSON or YAML, but with a different syntax. You can find a full reference of the syntax at [toml.io](https://toml.io).
88

9-
You must store this file in the root of your repository and name it `apppack.toml`. If it exists, [configuration via `app.json`](./apps.md#appjson) will be ignored.
9+
You must store this file in the root of your repository and name it `apppack.toml` or set the environment variable `APPPACK_TOML` to be the filename for your environment. If it exists, [configuration via `app.json`](./apps.md#appjson) will be ignored.
1010

1111
## `[build]`
1212

0 commit comments

Comments
 (0)