Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/integrated.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you run `optimade` code inside another application, you might want to provide
Let's say you have a file `optimade_config.json` as part of the Python module that you use to create your OPTIMADE API.

!!! tip
You can find more detailed information about configuring the `optimade` server in the [Configuration](../configuration.md) section.
You can find more detailed information about configuring the `optimade` server in the [Configuration](../configuration.md) section.

Before importing any `optimade` modules, you can set the `OPTIMADE_CONFIG_FILE` environment variable to refer to your config file:

Expand Down
Loading