Commit d6679032bc46cbb45a8b8c010d86b0d30858fcd0
1 parent
989206b1
Exists in
master
and in
1 other branch
Remoção do arquivo settings_local.py
Showing
2 changed files
with
1 additions
and
13 deletions
Show diff stats
settings_local.py
| @@ -1,12 +0,0 @@ | @@ -1,12 +0,0 @@ | ||
| 1 | -# -*- coding: utf-8 -*- | ||
| 2 | -# Corretor Server Configuration | ||
| 3 | -SERVER_HOST = "localhost" | ||
| 4 | -SERVER_PORT = 8003 | ||
| 5 | -AGREEMENT_NUMBER = 2 | ||
| 6 | - | ||
| 7 | -# PyBossa Configuration | ||
| 8 | -PYBOSSA_APP_NAME = "WikiLibras" | ||
| 9 | -PYBOSSA_APP_SHORT_NAME = "wikilibras" | ||
| 10 | -PYBOSSA_APP_DESCRIPTION = "Esse projeto possibilitará que voluntários contribuam na expansão de um dicionário de LIBRAS." | ||
| 11 | -PYBOSSA_ENDPOINT = "http://localhost:5000" | ||
| 12 | -PYBOSSA_API_KEY = "50600126-7ad2-46d6-94c8-1efa52b13f9b" | ||
| 13 | \ No newline at end of file | 0 | \ No newline at end of file |
settings_local.py.tmpl
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | SERVER_HOST = "localhost" | 3 | SERVER_HOST = "localhost" |
| 4 | SERVER_PORT = 8003 | 4 | SERVER_PORT = 8003 |
| 5 | AGREEMENT_NUMBER = 2 | 5 | AGREEMENT_NUMBER = 2 |
| 6 | -API_HOST = "https://localhost:5001" | 6 | +API_HOST = "http://localhost:5001" |
| 7 | 7 | ||
| 8 | # PyBossa Configuration | 8 | # PyBossa Configuration |
| 9 | PYBOSSA_APP_NAME = "WikiLibras" | 9 | PYBOSSA_APP_NAME = "WikiLibras" |