Commit d587cce5 authored by wentao.suo's avatar wentao.suo

edit app-config https -> http

parent 8bc41177
......@@ -5,7 +5,7 @@ var db = 'db'
module.exports = {
ip: process.env.OPENSHIFT_NODEJS_IP || process.env.IP || undefined,
port: 80,
hostname: 'https://sappbackend.domain.com',
hostname: 'http://sappbackend.domain.com',
secrets: {
session: process.env.SECRETS_SESSION || 'xyqb-app-api-prod-0.0.1'
},
......@@ -107,7 +107,7 @@ module.exports = {
},
activities: {
repaymentLottery: {
url: 'https://wechat.domain.com/turntable.html'
url: 'http://wechat.domain.com/turntable.html'
},
redEnvelop: {
startAt: '2016-03-15',
......@@ -127,18 +127,18 @@ module.exports = {
}
},
loanProcess: {
h5Host: 'https://m.domain.com'
h5Host: 'http://m.domain.com'
},
blanknote: {
h5Host: 'https://bt.domain.com'
h5Host: 'http://bt.domain.com'
},
mallH5Host: 'https://new-mall.domain.com',
mallH5Host: 'http://new-mall.domain.com',
activity: {
h5Host: 'https://activity.domain.com'
h5Host: 'http://activity.domain.com'
},
baseUI: {
host: 'https://h5.domain.com'
host: 'http://h5.domain.com'
},
rabbitMQ: {
host: redis,
......
......@@ -49,7 +49,7 @@ module.exports = {
// 七牛配置
qiniu: {
domain: 'http://op-api.domain.com',
domain: 'http://opapi.domain.com',
ACCESS_KEY: 'QyjX3i2tEMvrv50j6M_wpb9YoFJbxSm3jEkOj9lY',
SECRET_KEY: 'uoMTzRLoElTAKXVzelGgTvI652zJ8bCz_qqTtoGl',
BUCKET: 'app-sync',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment