mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
hardcode prod urls
This commit is contained in:
parent
63a1d4952b
commit
2e8a3580c2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export const API_URL =
|
||||
process.env.API_URL || 'http://localhost:3002/v1';
|
||||
process.env.API_URL || 'https://api.x.rowboatlabs.com/v1';
|
||||
|
||||
export const SUPABASE_PROJECT_URL =
|
||||
process.env.SUPABASE_PROJECT_URL || 'http://127.0.0.1:54321';
|
||||
process.env.SUPABASE_PROJECT_URL || 'https://jpxoiuhlshgwixajvsbu.supabase.co';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue