peering-manager / docker

🐳 Docker Image of Peering Manager
Apache License 2.0
9 stars 13 forks source link

1.4 updates #12

Closed mngan closed 3 years ago

mngan commented 3 years ago
gmazoyer commented 3 years ago

We should also take advantage of this PR to change "CACHE_DATABASE": int(os.environ.get("REDIS_DATABASE", 0)), to "DATABASE": int(os.environ.get("REDIS_DATABASE", 0)), and same thing for the second occurrence of it.