Permalink
Browse files

images du futur

  • Loading branch information...
1 parent 06b023f commit 5ac4ffcf8db4b8c6b2eaacfe057c75aae253debc maccyber committed Mar 29, 2017
Showing with 7 additions and 3 deletions.
  1. +1 −1 components/results/index.js
  2. +1 −1 config/index.js
  3. +5 −1 package.json
@@ -90,7 +90,7 @@ export default class Results extends React.Component {
<span key={f.title}>
<p className='title2'>{f.title}</p>
<p><span dangerouslySetInnerHTML={{__html: f.text}} /></p>
- <p>Your level of <i>{f.title.toLowerCase()}</i> is <b>{f.scoreText} ({f.score}/{f.count * 6})</b></p>
+ <p>Your level of <i>{f.title.toLowerCase()}</i> is <b>{f.scoreText} ({f.score}/{f.count * 5})</b></p>
</span>
)
}
View
@@ -2,7 +2,7 @@
module.exports = {
dataUrl: process.env.DATA_URL || 'https://questions.bigfive.maccyber.io/getQuestions',
- generatorUrl: process.env.GENERATOR_URL || 'https://generator.bigfive.maccyber.io',
+ generatorUrl: process.env.GENERATOR_URL || 'https://generator.bigfive.world',
defaultLanguage: process.env.DEFAULT_LANG || 'en',
defaultLimit: parseInt(process.env.DEFAULT_LIMIT) || 5,
defaultTest: process.env.DEFAULT_TEST || '120',
View
@@ -37,7 +37,11 @@
"standard": "9.0.2"
},
"now": {
- "alias": "bigfive.maccyber.io",
+ "alias": [
+ "bigfive.maccyber.io",
+ "bigfive.world",
+ "no.bigfive.maccyber.io"
+ ],
"env": {
"NODE_ENV": "production"
},

0 comments on commit 5ac4ffc

Please sign in to comment.