mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 00:01:24 +02:00
chore: update config files and dependencies
- Add inventory app to environment and docker config - Update fetchInterceptor in shared-auth - Update package.json with inventory commands - Update lockfile 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
fca93a9d35
commit
c3c272abc9
6 changed files with 612 additions and 50 deletions
|
|
@ -258,3 +258,11 @@ MANA_GAMES_GITHUB_REPO=mana-games
|
|||
|
||||
FINANCE_BACKEND_PORT=3019
|
||||
FINANCE_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/finance
|
||||
|
||||
# ============================================
|
||||
# INVENTORY PROJECT
|
||||
# ============================================
|
||||
|
||||
INVENTORY_BACKEND_PORT=3020
|
||||
INVENTORY_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/inventory
|
||||
INVENTORY_S3_PUBLIC_URL=http://localhost:9000/inventory-storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue