This commit is contained in:
Alexander Polynomdivision 2018-10-21 22:45:39 +02:00
parent 54d039435c
commit 8e813969b9
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"backend_url": { "backend_url": {
"prod": "https://latinise.me", "prod": "https://latinise.me",
"dev": "https://192.168.178.100", "dev": "https://192.168.178.100"
} }
} }

View File

@ -8,4 +8,5 @@ module.exports = {
// After how many failed attempts should we help the user // After how many failed attempts should we help the user
REVIEW_HELP_MOD: 3 REVIEW_HELP_MOD: 3
}; };