fix: remove unused env and fix typo

This commit is contained in:
Lakhan Samani
2021-10-09 22:29:10 +05:30
parent b1dd6f2c3b
commit 3ac0b44446
2 changed files with 1 additions and 15 deletions

View File

@@ -13,7 +13,6 @@ var (
JWT_TYPE = ""
JWT_SECRET = ""
ALLOWED_ORIGINS = []string{}
ALLOWED_CALLBACK_URLS = []string{}
AUTHORIZER_URL = ""
PORT = "8080"
REDIS_URL = ""