Skip to content

Commit

Permalink
 some modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotos committed Mar 28, 2017
1 parent 16db1aa commit 0f37eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions configs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ module.exports = {
USER_UID: ''
},
mysql_dev: {
host: process.env.mysql_host,
user: process.env.mysql_user,
password: process.env.mysql_password,
host: process.env.mysql_host || 'qdm16395144.my3w.com',
user: process.env.mysql_user || 'qdm16395144',
password: process.env.mysql_password || 'simple123',
port: '3306',
database: process.env.mysql_database,
database: process.env.mysql_database || 'qdm16395144_db',
connectionLimit: 10,
supportBigNumbers: true,
multipleStatements: true,
Expand Down
4 changes: 2 additions & 2 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ block content
a(href='/')
h1 #{title}
p #{description}
p(style="color:red;font-weight:bold;")
h2(style="color:red;font-weight:bold;")
i.icon.fa-bullhorn
a(href='/static/about.html') 号外!留言上线啦
a(href='/static/about.html',target="_blank") 号外!留言上线啦
section#thumbnails
each val in data
- var original = 'https://static.ioliu.cn/bing/'+val.qiniu_url+'_1920x1080.jpg';
Expand Down

0 comments on commit 0f37eb3

Please sign in to comment.