updated default credentials
This commit is contained in:
parent
c484ff2a0b
commit
88ba3ac7e1
@ -15,7 +15,7 @@ func ConnectTest() *pgxpool.Pool {
|
|||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
url := os.Getenv("ALICE_TEST_DB_URL")
|
url := os.Getenv("ALICE_TEST_DB_URL")
|
||||||
if url == "" {
|
if url == "" {
|
||||||
url = "postgres://postgres:postgres@localhost:5432/alice_test"
|
url = "postgres://alice:alice@localhost:5432/alice_test"
|
||||||
}
|
}
|
||||||
p, err := Connect(ctx, &config.PostgresConfig{
|
p, err := Connect(ctx, &config.PostgresConfig{
|
||||||
URL: url,
|
URL: url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user