diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-02 02:01:54 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-02 02:01:54 +0100 |
commit | 63ab693d87ff0441bdce406aef509b6a1c224799 (patch) | |
tree | 51a7f11774672dcc04d122c2747c8bbdda1c4441 /.env.example | |
parent | 7884f44391d4e239a881d373d3f55ea295a9f00c (diff) |
feat: update lastfm & weather to use internal API
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 4ead6e3..08a0cb5 100644 --- a/.env.example +++ b/.env.example @@ -29,3 +29,4 @@ MEMCACHED_HOST=127.0.0.1 LASTFM_KEY= LASTFM_USER= LASTFM_TOP_TRACKS=10 +API_ROOT=http://127.0.0.1:3000 |