8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
# Environment Name
|
||
|
NODE_ENV=production
|
||
|
|
||
|
# Server listen to this port
|
||
|
PORT=3001
|
||
|
|
||
|
#Cors
|
||
|
CORS_URL=*
|