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