-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (31 loc) · 985 Bytes
/
.env.example
File metadata and controls
38 lines (31 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Environment Configuration for Aris Development
# Copy this file to .env and set the actual values for your environment
# ALL variables are REQUIRED - no fallbacks are provided
# Backend configuration
BACKEND_PORT=8000
BACKEND_TEST_PORT=8001
BACKEND_CONTAINER_PORT=8000
# Frontend configuration
FRONTEND_PORT=5173
FRONTEND_TEST_PORT=5174
FRONTEND_CONTAINER_PORT=5173
STORYBOOK_PORT=6006
VITE_API_BASE_URL=http://localhost:8000
# Multi-player collaboration server configuration (Y.js WebSocket)
MULTIPLAYER_PORT=1234
VITE_MULTIPLAYER_URL=ws://localhost:1234
VITE_MULTIPLAYER_TEST_URL=ws://localhost:1235
# Site configuration
SITE_PORT=2999
SITE_CONTAINER_PORT=3000
NUXT_BACKEND_URL=http://localhost:8000
# Database configuration
DB_PORT=5432
DB_CONTAINER_PORT=5432
DB_NAME=aris
TEST_DB_NAME=aris_test
# Press (publishing platform) URL
VITE_PRESS_URL=https://scroll.press
# Test user credentials for E2E tests
TEST_USER_EMAIL=testuser@aris.pub
TEST_USER_PASSWORD=testpassword123