aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02c6c4a..5cb7b17 100644
--- a/README.md
+++ b/README.md
@@ -54,9 +54,12 @@ The following are the environment variables which `lfm_embed` understands.
## Core Config
-### `LMFE_API_KEY` (Required)
+### `LMFE_LASTFM_API_KEY` (Required)
Your last.fm API key. You'll need to create one [here](https://www.last.fm/api/account/create) for self-hosting.
+### `LMFE_GOOGLE_API_KEY`
+Your google API key. This is necessary for custom google fonts to work. You can create one [here](https://developers.google.com/fonts/docs/developer_api#APIKey), and you'll need some familiarity with the Google cloud API console
+
### `LFME_PORT` (Default: `9999`)
The port to serve on locally.