feat(Envs): unifies overrides to PDA_DATA and PDA_CONFIG, and sets them to /tmp/ for tests.

This commit is contained in:
Lewis Wynne 2025-12-18 21:50:01 +00:00
parent f79434a8df
commit 7707dfbe86
4 changed files with 18 additions and 5 deletions

View file

@ -63,4 +63,5 @@ Set Height 600
Set BorderRadius 5
Set PlaybackSpeed 0.8
Env PDA_DATA_DIR "/tmp/pda-demo"
Env PDA_DATA "/tmp/pda-demo"
Env PDA_CONFIG "/tmp/pda-config"