6 lines
205 B
Bash
6 lines
205 B
Bash
BACKEND_URL=http://localhost:3001
|
|
NEXT_PUBLIC_BACKEND_URL=http://localhost:3001
|
|
NEXT_PUBLIC_API_URL=http://localhost:3001
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
NEXT_PUBLIC_MIN_AUTH=30
|
|
REACT_EDITOR=code |