Commit fac3f70609ceabf54dc1dd908830a8d00674c253
1 parent
c3465bda
Exists in
master
and in
1 other branch
add settings local
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
settings_local.py
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # Corretor Server Configuration |
3 | -SERVER_HOST = "localhost" | |
3 | +SERVER_HOST = "0.0.0.0" | |
4 | 4 | SERVER_PORT = 8003 |
5 | 5 | AGREEMENT_NUMBER = 2 |
6 | +API_HOST = "http://0.0.0.0:5001" | |
6 | 7 | |
7 | 8 | # PyBossa Configuration |
8 | 9 | PYBOSSA_APP_NAME = "WikiLibras" |
9 | -PYBOSSA_APP_SHORT_NAME = "wikilibras" | |
10 | +PYBOSSA_APP_SHORT_NAME = "wikilibras" | |
10 | 11 | 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 | 12 | \ No newline at end of file |
13 | +PYBOSSA_ENDPOINT = "http://0.0.0.0:5000" | |
14 | +#PYBOSSA_API_KEY = "263302c0-07eb-44e4-956c-9b34cc301553" | |
15 | +PYBOSSA_API_KEY = "ed85ccd7-1417-4886-88bb-2e760509cef2" | ... | ... |