11 lines
114 B
Plaintext
11 lines
114 B
Plaintext
|
# .env.example
|
||
|
|
||
|
# Environment Name
|
||
|
NODE_ENV=development
|
||
|
|
||
|
# Server listen to this port
|
||
|
PORT=3000
|
||
|
|
||
|
#Cors
|
||
|
CORS_URL=*
|