11 lines
183 B
Bash
11 lines
183 B
Bash
# Server Configuration
|
|
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
|
|
# Next.js Configuration
|
|
BASEPATH=
|
|
NEXT_PUBLIC_APP_URL=http://node.crop-logic.ir
|
|
|
|
NEXT_PUBLIC_API_URL=http://node.crop-logic.ir
|