fix: rename server_url -> authorizer_domain

This commit is contained in:
Lakhan Samani
2021-07-28 16:38:55 +05:30
parent 030cf9eeee
commit 464f9105c4
9 changed files with 36 additions and 41 deletions

View File

@@ -13,7 +13,7 @@ var (
JWT_TYPE = ""
JWT_SECRET = ""
FRONTEND_URL = ""
SERVER_URL = ""
AUTHORIZER_DOMAIN = ""
PORT = "8080"
REDIS_URL = ""
IS_PROD = false