feat(planning): ship holiday-aware planning and assistant upgrades
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user