Skip to content

Commit

Permalink
add secrets.env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
crow-fff committed Jul 17, 2024
1 parent 2079972 commit a58957c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ you may request a new token any time: with `name`, `id` or `telegram_id` of your
> token — [jwt](http://jwt.io) with entity id & timestamp inside. basically it's a server-signed & verifiable json, base64'd.
## run
you need to put configure secrets into file `secrets.env`. see `secrets.env.example` as a reference.

```console
docker compose up
```
Expand Down
2 changes: 2 additions & 0 deletions secrets.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export REFINANCE_SECRET_KEY=0000-1111-2222-3333-4444-5555
export REFINANCE_TELEGRAM_BOT_API_TOKEN=0000000:abcdef0123456789

0 comments on commit a58957c

Please sign in to comment.