Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
Project Page
Commits
1dc82e99
Commit
1dc82e99
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Plain Diff
Merge branch 'cherry-pick-
85cf3728
' into 'testing'
update config See merge request
!45
parents
9f1ade49
c9a6a30d
master
devel
testing
5 merge requests
!86
ignore ts built folder
,
!85
deployment
,
!84
prepare deployment
,
!53
update build script
,
!45
update config
Pipeline
#4559
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.ts
+2
-0
config/config.ts
with
2 additions
and
0 deletions
+2
-0
config/config.ts
+
2
-
0
View file @
1dc82e99
...
@@ -5,6 +5,7 @@ module.exports = {
...
@@ -5,6 +5,7 @@ module.exports = {
port
:
process
.
env
.
PORT
||
8888
port
:
process
.
env
.
PORT
||
8888
},
},
database
:
{
database
:
{
host
:
'
localhost
'
,
user
:
'
usernamedb
'
,
// DB username
user
:
'
usernamedb
'
,
// DB username
password
:
'
passworddb
'
,
// DB password
password
:
'
passworddb
'
,
// DB password
port
:
3306
,
// MySQL port
port
:
3306
,
// MySQL port
...
@@ -22,6 +23,7 @@ module.exports = {
...
@@ -22,6 +23,7 @@ module.exports = {
port
:
process
.
env
.
PORT
||
8888
port
:
process
.
env
.
PORT
||
8888
},
},
database
:
{
database
:
{
host
:
'
localhost
'
,
user
:
'
usernamedb
'
,
// DB username
user
:
'
usernamedb
'
,
// DB username
password
:
'
passworddb
'
,
// DB password
password
:
'
passworddb
'
,
// DB password
port
:
3306
,
// MySQL port
port
:
3306
,
// MySQL port
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets