From a032e3506c99f8db6c93b7b69cf382ab215fd08e Mon Sep 17 00:00:00 2001 From: Issac Kelly Date: Thu, 12 Jun 2025 21:15:47 -0700 Subject: [PATCH] Minor docs tweak to point to the new environment variable capabilitiy --- src/how-to/apps/apppack_toml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how-to/apps/apppack_toml.md b/src/how-to/apps/apppack_toml.md index 9c2fbe1..0d5de51 100644 --- a/src/how-to/apps/apppack_toml.md +++ b/src/how-to/apps/apppack_toml.md @@ -6,7 +6,7 @@ This file can be used to configure how your app is built, released, and the serv 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). -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. +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. ## `[build]`