Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo committed Apr 7, 2024
1 parent 71427da commit 573749e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/design/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,13 @@ SETTING2=${SETTING1}/bar
PORT=9080
```

See [configuration](../configuration/index.md) for a full list of environment variables which can also be set.
See [configuration](../configuration/index.md) for a full list of environment variables that can also be set.

Environment variables can be changed after deployment using `config:set`.
Environment variables can be changed after deployment using the `config:set` command.

## Runtime detection

`piku` follows a very simple set of rules to determine what kind of runtime is required:

1. If there's a `requirements.txt` file at the top level, then the app is assumed to require Python.
2. _TODO: Go_
3. _TODO: Node_
4. _TODO: Java_
2. For all the rest, a `Procfile` is required to determine application entry points.
`piku` follows a very simple set of rules to determine what kind of runtime is required, outlined in [the configuration section](../configuration/index.md#runtime-detection)

## Application isolation

Expand Down

0 comments on commit 573749e

Please sign in to comment.