aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2024-04-08 11:59:29 -0400
committeralyx <alyx@aleteoryx.me>2024-04-08 11:59:29 -0400
commitf548d2d297bbf452aa206042f2029d7137df0477 (patch)
treebf126a6c4e7d533631c3bc76f20b627945889611 /README.md
parent95fe09db7d64e1ca746ccc5865b8ff577c386aaa (diff)
downloadlfm_embed-f548d2d297bbf452aa206042f2029d7137df0477.tar.gz
lfm_embed-f548d2d297bbf452aa206042f2029d7137df0477.tar.bz2
lfm_embed-f548d2d297bbf452aa206042f2029d7137df0477.zip
Various fixesrelease-0.2.0
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.