Skip to content

Commit

Permalink
feat: adding gateway auth
Browse files Browse the repository at this point in the history
  • Loading branch information
libterty committed Dec 23, 2020
1 parent 357284a commit 0f60c0b
Show file tree
Hide file tree
Showing 9 changed files with 761 additions and 22 deletions.
5 changes: 5 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ const configs = {
},
],

MS_EXCEPT: [
"signin",
"signup"
],

REDIS_URL: process.env.REDISRATELIMITURL || "redis://127.0.0.1:6379",

GEO_CONFIGS: {
Expand Down
Loading

0 comments on commit 0f60c0b

Please sign in to comment.