feat(planning): ship holiday-aware planning and assistant upgrades

This commit is contained in:
2026-03-28 22:49:28 +01:00
parent 2a005794e7
commit 4f48afe7b4
151 changed files with 17738 additions and 1940 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
# Database
DATABASE_URL=postgresql://planarchy:planarchy_dev@localhost:5433/planarchy
DATABASE_URL_TEST=postgresql://planarchy:planarchy_test@localhost:5434/planarchy_test
DATABASE_URL=postgresql://capakraken:capakraken_dev@localhost:5433/capakraken
DATABASE_URL_TEST=postgresql://capakraken:capakraken_test@localhost:5434/capakraken_test
ALLOW_DESTRUCTIVE_DB_TOOLS=false
CONFIRM_DESTRUCTIVE_DB_NAME=
# Redis
REDIS_URL=redis://localhost:6380