Commit 922beb40 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

node env

parent d9744453
const config = {
env: process.env.NODEENV || 'development',
env: process.env.NODE_ENV || 'development',
port: process.env.PORT || 3001,
jwtSecret: process.env.JWT_SECRET || 'My_Secret_Key',
mongoDbUri: process.env.MONGEDB_URI || 'mongodb://localhost/shopping-mall',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment