Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VILLASweb-backend-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ACS
Public
VILLASframework
VILLASweb-backend-node
Merge requests
!9
Resolve "Add dynamic configuration files"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve "Add dynamic configuration files"
27-add-dynamic-configuration-files
into
develop
Overview
0
Commits
6
Pipelines
0
Changes
2
Closed
Markus Grigull
requested to merge
27-add-dynamic-configuration-files
into
develop
6 years ago
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
Closes
#27 (closed)
Edited
6 years ago
by
Markus Grigull
0
0
Merge request reports
Viewing commit
8c416868
Prev
Next
Show latest version
2 files
+
31
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
8c416868
Add production configuration
· 8c416868
Markus Grigull
authored
6 years ago
config/default.js
+
1
−
1
Options
@@ -24,7 +24,7 @@
module
.
exports
=
{
port
:
4000
,
databaseName
:
'
VILLAS
'
,
databaseURL
:
'
mongodb://localhost:27017
'
,
databaseURL
:
'
mongodb://localhost:27017
/
'
,
secret
:
'
longsecretislong
'
,
amqpEndpoint
:
'
amqp://localhost
'
,
amqpUpdateRate
:
60
,
Loading