-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
35 lines (30 loc) · 1.21 KB
/
Copy pathconfig.yaml
File metadata and controls
35 lines (30 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Infinity Engine local configuration.
# Paths are local to THIS machine and never leave it.
# Where song notes live. Gitignored by default: the vault is regenerable
# from sources, so lyrics never ship with the pipeline code by accident.
vault_dir: vault
# Sources the ingest command reads. Both are optional; ingest uses
# whichever exist.
sources:
# The canonical universe repo (catalogue.json + per-song pages).
album_pack: ../i-C-infinity-music-universe
# A private folder of cleaned lyric files (.txt or .md, one song per
# file, filename becomes the slug). Point this at the vault on the
# production machine when running there.
local_lyrics: null
# Only these albums flow into the engine, in this order. Leave empty or
# remove to take every album in the catalogue. The universe repo carries
# more albums than we want in the pipeline yet; this is the gate.
albums:
- songs-of-straddie
- chronicles-of-the-forgotten
- starseed-code-from-aura-to-infinity
- a-protopian-gambit
# Job artefacts (payloads in, results out).
jobs_dir: jobs
db_path: jobs/engine.db
# Default runner target per tier (must exist in providers.yaml runners).
default_runners:
draft: local
standard: remote_pod
premium: remote_pod