mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
feat: mark album as various artists
This commit is contained in:
parent
dc5dcbd474
commit
57cc60534d
8 changed files with 168 additions and 24 deletions
3
Makefile
3
Makefile
|
|
@ -18,6 +18,9 @@ postgres.start:
|
|||
postgres.stop:
|
||||
docker stop koito-db
|
||||
|
||||
postgres.remove:
|
||||
docker stop koito-db && docker rm koito-db
|
||||
|
||||
api.debug:
|
||||
KOITO_ALLOWED_HOSTS=* KOITO_LOG_LEVEL=debug KOITO_CONFIG_DIR=test_config_dir KOITO_DATABASE_URL=postgres://postgres:secret@localhost:5432?sslmode=disable go run cmd/api/main.go
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue