Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolftousen authored Aug 20, 2024
1 parent 02eae5a commit d092180
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ You will need the following:

* [Rust Compiler](https://www.rust-lang.org/tools/install)

When running the API locally, it does support the use of a `.env` file for providing Environment Variables.
When running the API locally, it does support the use of a `.env` file at the root of the project for providing [Environment Variables](https://github.com/liatrio/liatrio-dora-api/tree/main?tab=readme-ov-file#environment-variables).

If you are unfamiliar with Rust, you can build the application using `cargo build` and run the application using `cargo run`.

# Usage

Expand Down Expand Up @@ -79,4 +81,4 @@ If you are using Loki DB for your metrics storage, you will need the following:
Optionally, if you have secured the REST API on your Loki DB, you will need to provide the following:

* **LOKI_USER**: The user for the Loki database
* **LOKI_TOKEN**: The token for the Loki database
* **LOKI_TOKEN**: The token for the Loki database

0 comments on commit d092180

Please sign in to comment.