You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
241 B
11 lines
241 B
module.exports = {
|
|
db: {
|
|
host: '47.244.111.211',
|
|
port: '3306',
|
|
user: 'noderest',
|
|
password: '8WBtsejYGiEESJMh',
|
|
database: 'noderest',
|
|
connectTimeout:3000
|
|
},
|
|
share_key: 'dsadasdasd'
|
|
}
|