Dependency name change (#3)
songparser / Check (push) Successful in 4m36s
songparser / build (push) Successful in 2m30s
songparser / Rustfmt (push) Successful in 3m40s
songparser / Clippy (push) Successful in 5m16s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-07-21 15:30:18 -04:00
parent 9372b8ea07
commit 4da7cc7b1c
16 changed files with 187 additions and 177 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Songparser
# songparser
A service that edits the metadata of a queued song and populates it with data.
@@ -11,10 +11,10 @@ it can be changed.
The `SERVICE_PASSPHRASE` env variable should not be changed, but it could be changed. The
value for this variable should match the value in the `passphrase` table. This would be
found in the `icarus_auth` project.
found in the `soaricarus_auth` project.
Ensure that the URLs for the two APIs are correctly set for the respective env variables
`ICARUS_BASE_API_URL` for Icarus API and `ICARUS_AUTH_BASE_API_URL` for `icarus_auth`.
`SOARICARUS_BASE_API_URL` for soaricarus API and `SOARICARUS_AUTH_BASE_API_URL` for `soaricarus_auth`.
If the values are properly set, next is to build the image. The docker image should be
built from the main icarus web API.