Toggle navigation
Toggle navigation
This project
Loading...
Sign in
201side
/
floater
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
robin*
2020-12-07 22:49:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
815bcaaf309588a1d9b8365920ad6f2dde4cbff3
815bcaaf
1 parent
4bf47eb6
Builds for 1 pipeline
failed
in 0 seconds
몽고디비 접속 주소를 환경변수에서 참조하도록 변경
Changes
1
Builds
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/config.js
src/config.js
View file @
815bcaa
module
.
exports
=
{
db
:
'localhost/floater'
db
:
process
.
env
.
MONGODB_URL
||
'localhost/floater'
};
...
...
Please
register
or
login
to post a comment