Use other port that doesn't interfere with PostgreSQL.

This commit is contained in:
Andrey Smirnov
2015-06-18 01:52:37 +03:00
parent 7d4a70ba25
commit c2993c6691

View File

@@ -11,7 +11,7 @@ import (
)
const (
TestAddress = "localhost:5324"
TestAddress = "localhost:5487"
AuthURL = "http://" + TestAddress + "/v1.0"
)