File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ DIRECTUS_SECRET=your-unique-directus-secret-here
4444DIRECTUS_ADMIN_EMAIL=admin@example.com
4545DIRECTUS_ADMIN_PASSWORD=your-admin-password
4646DIRECTUS_ADMIN_TOKEN=your-admin-token
47- DIRECTUS_PUBLIC_URL=http://localhost:8056
48- DIRECTUS_URL=http://localhost:8056
47+ DIRECTUS_PUBLIC_URL=http://localhost:8099
48+ DIRECTUS_URL=http://localhost:8099
4949
5050# ============================================
5151# Supabase Authentication
@@ -109,7 +109,7 @@ NODE_ENV=development
109109VITE_APP_NAME=SynthStack
110110VITE_APP_URL=http://localhost:3000
111111VITE_API_URL=http://localhost:3003
112- VITE_DIRECTUS_URL=http://localhost:8056
112+ VITE_DIRECTUS_URL=http://localhost:8099
113113VITE_SUPABASE_URL=https://your-project.supabase.co
114114VITE_SUPABASE_ANON_KEY=your-anon-key
115115DATABASE_URL=postgresql://synthstack:synthstack_dev_2024@localhost:5499/synthstack
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ DIRECTUS_SECRET=your-unique-directus-secret-here
4444DIRECTUS_ADMIN_EMAIL=admin@example.com
4545DIRECTUS_ADMIN_PASSWORD=your-admin-password
4646DIRECTUS_ADMIN_TOKEN=your-admin-token
47- DIRECTUS_PUBLIC_URL=http://localhost:8056
48- DIRECTUS_URL=http://localhost:8056
47+ DIRECTUS_PUBLIC_URL=http://localhost:8099
48+ DIRECTUS_URL=http://localhost:8099
4949
5050# ============================================
5151# Supabase Authentication
@@ -118,7 +118,7 @@ NODE_ENV=development
118118VITE_APP_NAME=SynthStack
119119VITE_APP_URL=http://localhost:3000
120120VITE_API_URL=http://localhost:3003
121- VITE_DIRECTUS_URL=http://localhost:8056
121+ VITE_DIRECTUS_URL=http://localhost:8099
122122VITE_SUPABASE_URL=https://your-project.supabase.co
123123VITE_SUPABASE_ANON_KEY=your-anon-key
124124DATABASE_URL=postgresql://synthstack:synthstack_dev_2024@localhost:5499/synthstack
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ services:
9292 ADMIN_TOKEN : ${DIRECTUS_ADMIN_TOKEN:-synthstack-static-admin-token-2024}
9393
9494 # CORS
95- PUBLIC_URL : ${DIRECTUS_PUBLIC_URL:-http://localhost:8056 }
95+ PUBLIC_URL : ${DIRECTUS_PUBLIC_URL:-http://localhost:8099 }
9696 CORS_ENABLED : " true"
9797 CORS_ORIGIN : " http://localhost:3000,http://localhost:3003,http://localhost:5174"
9898
@@ -215,7 +215,7 @@ services:
215215
216216 # API URLs
217217 VITE_API_URL : http://localhost:3003
218- VITE_DIRECTUS_URL : http://localhost:8056
218+ VITE_DIRECTUS_URL : http://localhost:8099
219219
220220 # Supabase
221221 VITE_SUPABASE_URL : ${SUPABASE_URL}
You can’t perform that action at this time.
0 commit comments