From f548d2d297bbf452aa206042f2029d7137df0477 Mon Sep 17 00:00:00 2001 From: alyx Date: Mon, 8 Apr 2024 11:59:29 -0400 Subject: Various fixes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3-54-g00ecf