4 lines
69 B
Bash
4 lines
69 B
Bash
PORT=3000
|
|
API_URL=http://localhost:1337
|
|
NEXT_PUBLIC_API_URL=$API_URL
|
PORT=3000
|
|
API_URL=http://localhost:1337
|
|
NEXT_PUBLIC_API_URL=$API_URL
|