mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
Use other port that doesn't interfere with PostgreSQL.
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
TestAddress = "localhost:5324"
|
TestAddress = "localhost:5487"
|
||||||
AuthURL = "http://" + TestAddress + "/v1.0"
|
AuthURL = "http://" + TestAddress + "/v1.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user