Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcdarunday committed Aug 3, 2023
1 parent ff02e2c commit a5984dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ The following are the notable folders with their descriptions:
- You can set configuration variables in [config.toml](./config.toml)
- You can also configuration variables via environment variables
which will override [config.toml](./config.toml)
- i.e. `APP_LISTEN_ADDRESS=localhost:9999`
- You can also declare environment variables in a .env file which will get loaded by dotenv

Example of .env contents:
```
APP_LISTEN_ADDRESS=localhost:9999
APP_DATABASE_URL=postgres://user:pass@localhost:5432/dbname
```

## Building
Build using cargo:
Expand Down

0 comments on commit a5984dd

Please sign in to comment.