Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
6003CEM-2021JANMAY
/
Node-Api-BackEnd
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security
Insights
Files
master
__tests__
controllers
docs
helpers
models
node_modules
permissions
routes
schemas
sql_scripts
strategies
tmp
.gitignore
README.md
app.js
config.js.template
docs.js
index.js
jsdoc.conf.json
package-lock.json
package.json
Breadcrumbs
Node-Api-BackEnd
/
config.js.template
Blame
Blame
Latest commit
History
History
10 lines (10 loc) · 329 Bytes
Breadcrumbs
Node-Api-BackEnd
/
config.js.template
Top
File metadata and controls
Code
Blame
10 lines (10 loc) · 329 Bytes
Raw
// Export database connection information. // Use the environment settings or given defaults. exports.config = { host: process.env.DB_HOST || "", port: process.env.DB_PORT || 0, user: process.env.DB_USER || "", password: process.env.DB_PASSWORD || "", database: process.env.DB_DATABASE || "", connection_limit: 100 }
1
2
3
4
5
6
7
8
9
10
You can’t perform that action at this time.