mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
parent
05545b3e1d
commit
3039407597
5 changed files with 7 additions and 9 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
func newTestServer() *Server {
|
||||
address := ":6379"
|
||||
address := "redis://localhost:6379/0"
|
||||
if redisURL := os.Getenv("REDIS_URL"); redisURL != "" {
|
||||
address = redisURL
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue