Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
Commits
fe26a747
Commit
fe26a747
authored
Jan 11, 2021
by
Lee SeoYeon
Browse files
.
parent
cccc30fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/config.js
View file @
fe26a747
...
...
@@ -2,7 +2,7 @@ const config = {
env
:
process
.
env
.
NODE_ENV
||
'
development
'
,
port
:
process
.
env
.
PORT
||
3001
,
jwtSecret
:
process
.
env
.
JWT_SECRET
||
'
My_Secret_Key
'
,
mongoDbUri
:
process
.
env
.
MONGODB_URI
||
'
mongodb://localhost/
r
ea
ct_test
'
,
mongoDbUri
:
process
.
env
.
MONGODB_URI
||
'
mongodb://localhost/
s
ea
rch-page
'
,
cookieMaxAge
:
60
*
60
*
24
*
7
*
1000
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment