Skip to content

Commit 2eb1b48

Browse files
authored
Update README.md
1 parent 3bfe949 commit 2eb1b48

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,17 @@ Edit the fly.toml
6060
LNBITS_URL='https://your.lnbits.here.com'
6161
```
6262

63-
NOTE: Don't enter secret environment variables here (admin and invoice key). Fly.io offers secrets (via the fly secrets command) that are exposed as environment variables in your runtime. Example: you can run fly secrets set BOT_TOKEN=<bot_token_here>.
63+
NOTE: Don't enter secret environment variables here (admin and invoice key). Fly.io offers secrets (via the fly secrets command) that are exposed as environment variables in your runtime. Example: you can run
64+
65+
```
66+
67+
$ fly secrets set BOT_TOKEN=<bot_token_here>.
68+
$ fly secrets set ADMIN_KEY=<admin key here>
69+
$ fly secrets set INVOICE_KEY=<invoice key here>
70+
71+
```
72+
73+
Also see: https://fly.io/docs/reference/secrets/#setting-secrets
6474

6575
See the .env.example for other variables that need to be set as secrets.
6676

0 commit comments

Comments
 (0)