Skip to content

Commit

Permalink
Changes on the configuration file to call the local script which runs…
Browse files Browse the repository at this point in the history
… the Palavras parser.
  • Loading branch information
DenisAraujo68 authored and alencarrh committed Oct 16, 2018
1 parent 46a7b2b commit cd1fe7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
*.pyc
__ignorar/
palavrasService.log
4 changes: 2 additions & 2 deletions configuracoes/configuracoes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"script": "docker exec palavras root/palavrasTree \"{frase}\"",
"script": "/root/palavrasTree \"{frase}\"",
"servico": {
"porta": 8099,
"debug": false
}
}
}

0 comments on commit cd1fe7a

Please sign in to comment.