Rename NEXT_PUBLIC_... env variables to allow reading from env at runtime
This commit is contained in:
parent
834a38046f
commit
376220b26e
10 changed files with 22 additions and 22 deletions
|
|
@ -1,2 +1,2 @@
|
|||
NEXT_PUBLIC_WS_URL=ws://localhost:3001
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
||||
BACKEND_WS_URL=ws://localhost:3001
|
||||
BACKEND_API_URL=http://localhost:3001/api
|
||||
Loading…
Add table
Add a link
Reference in a new issue