Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gueudelot committed Mar 15, 2017
1 parent 2491cd5 commit b340e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pirus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# HOST (internal)
HOST = "127.0.0.1"
PORT = "8090"
PORT = "8200"
VERSION = "v1"
HOSTNAME = HOST + ":" + PORT + "/" + VERSION

# HOST (public)
HOST_P = "pirus.absolumentg.fr"
HOST_P = HOSTNAME

RANGE_DEFAULT = 20
RANGE_MAX = 1000
Expand Down

0 comments on commit b340e62

Please sign in to comment.