Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
root
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
felix
root
Commits
c8c6bc8a
Commit
c8c6bc8a
authored
Mar 28, 2018
by
felix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t
parents
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
config.js
+48
-0
No files found.
config.js
0 → 100644
View file @
c8c6bc8a
// config config
module
.
exports
=
{
db
:{
mysql
:{
dbname
:
'ugenCloud'
,
username
:
'root'
,
password
:
"111111"
,
//111111
tablePrefix
:
"sys"
,
options
:{
host
:
"127.0.0.1"
,
pool
:
{
max
:
5
,
min
:
0
,
idle
:
10000
},
dialectOptions
:
{
charset
:
'utf8mb4'
},
define
:
{
charset
:
'utf8mb4'
,
collate
:
'utf8mb4_unicode_ci'
},
timezone
:
"+08:00"
}
},
mongo
:{
url
:
"mongodb://127.0.0.1/ugenCloud"
,
tablePrefix
:
"sys"
,
options
:{
server
:
{
reconnectTries
:
Number
.
MAX_VALUE
,
reconnectInterval
:
10000
}
}
}
},
supportAliIOT
:
false
,
AliIOT
:[{
appId
:
10002
,
accountId
:
"1553200038436763"
,
keyId
:
"LTAINKAyUzvMlgPa"
,
keySecret
:
"Avi5NvAnSczvcgMON2tUIxCBNjK4sE"
,
mqName
:
"aliyun-iot-CKurLGS9xnF"
,
mqServer
:
"shanghai"
}],
SDS
:[]
};
\ No newline at end of file
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