mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
docs(voxel-lava): add project documentation and env config
- Add CLAUDE.md with project overview, API endpoints, and setup guide - Add voxel-lava environment variables to .env.development 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
1c64359b18
commit
658ebe08fe
2 changed files with 152 additions and 0 deletions
|
|
@ -134,3 +134,11 @@ QUOTE_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/quote
|
|||
|
||||
PRESI_BACKEND_PORT=3008
|
||||
PRESI_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/presi
|
||||
|
||||
# ============================================
|
||||
# VOXEL-LAVA PROJECT
|
||||
# ============================================
|
||||
|
||||
VOXEL_LAVA_BACKEND_PORT=3010
|
||||
VOXEL_LAVA_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/voxel_lava
|
||||
VOXEL_LAVA_API_URL=http://localhost:3010
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue