diff --git a/.env.development b/.env.development index b603dbc2b..d726692ea 100644 --- a/.env.development +++ b/.env.development @@ -46,7 +46,7 @@ JWT_ACCESS_TOKEN_EXPIRY=15m JWT_REFRESH_TOKEN_EXPIRY=7d JWT_ISSUER=manacore JWT_AUDIENCE=manacore -CORS_ORIGINS=http://localhost:3000,http://localhost:3002,http://localhost:5173,http://localhost:5174,http://localhost:5175,http://localhost:5176,http://localhost:5177,http://localhost:5178,http://localhost:5179,http://localhost:5180,http://localhost:5181,http://localhost:5182,http://localhost:5183,http://localhost:5184,http://localhost:5185,http://localhost:5186,http://localhost:5187,http://localhost:5188,http://localhost:5189,http://localhost:5190,http://localhost:5191,http://localhost:8081 +CORS_ORIGINS=http://localhost:3000,http://localhost:3002,http://localhost:5173,http://localhost:5174,http://localhost:5175,http://localhost:5176,http://localhost:5177,http://localhost:5178,http://localhost:5179,http://localhost:5180,http://localhost:5181,http://localhost:5182,http://localhost:5183,http://localhost:5184,http://localhost:5185,http://localhost:5186,http://localhost:5187,http://localhost:5188,http://localhost:5189,http://localhost:5190,http://localhost:5191,http://localhost:5195,http://localhost:8081 CREDITS_SIGNUP_BONUS=150 CREDITS_DAILY_FREE=5 RATE_LIMIT_TTL=60 @@ -314,6 +314,13 @@ PLANTA_S3_PUBLIC_URL=http://localhost:9000/planta-storage # Google Gemini API for plant vision analysis PLANTA_GEMINI_API_KEY=AIzaSyC_-hPWpVttTlqJdU4jbXR5H0OAnRi2LgI +# ============================================ +# SKILLTREE PROJECT +# ============================================ + +SKILLTREE_BACKEND_PORT=3024 +SKILLTREE_DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/skilltree + # ============================================ # WORLDREAM GAME # ============================================ diff --git a/apps/skilltree/apps/web/src/lib/components/SkillTemplates.svelte b/apps/skilltree/apps/web/src/lib/components/SkillTemplates.svelte index 1b8f96772..94e2db994 100644 --- a/apps/skilltree/apps/web/src/lib/components/SkillTemplates.svelte +++ b/apps/skilltree/apps/web/src/lib/components/SkillTemplates.svelte @@ -134,30 +134,30 @@ {#each Object.entries(templates) as [name, skills]}