File tree Expand file tree Collapse file tree 3 files changed +0
-23
lines changed
Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,6 @@ LOG_LEVEL=debug
1515LOG_JSON = false
1616LOG_OUTPUT = dev
1717
18- #
19- # AUTHENTIFICATION
20- #
21- AUTH_JWT_CACHE = true
22- AUTH_JWT_RATE_LIMIT = true
23- AUTH_JWKS_REQUEST_PER_MINUTE = 5
24- AUTH_JWKS_URI = https://example.eu.auth0.com/.well-known/jwks.jso
25- AUTH_ISSUER = https://example.eu.auth0.com/
26- AUTH_ALGORITHMS = RS256
27-
2818#
2919# DATABASE
3020#
Original file line number Diff line number Diff line change @@ -15,16 +15,6 @@ LOG_LEVEL=none
1515LOG_JSON = false
1616LOG_OUTPUT = dev
1717
18- #
19- # AUTHENTIFICATION
20- #
21- AUTH_JWT_CACHE = true
22- AUTH_JWT_RATE_LIMIT = true
23- AUTH_JWKS_REQUEST_PER_MINUTE = 5
24- AUTH_JWKS_URI = https://example.eu.auth0.com/.well-known/jwks.jso
25- AUTH_ISSUER = https://example.eu.auth0.com/
26- AUTH_ALGORITHMS = RS256
27-
2818#
2919# DATABASE
3020#
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ export const env = {
4444 json : toBool ( getOsEnv ( 'LOG_JSON' ) ) ,
4545 output : getOsEnv ( 'LOG_OUTPUT' ) ,
4646 } ,
47- auth : {
48- route : getOsEnv ( 'AUTH_ROUTE' ) ,
49- } ,
5047 db : {
5148 type : getOsEnv ( 'TYPEORM_CONNECTION' ) ,
5249 host : getOsEnv ( 'TYPEORM_HOST' ) ,
You can’t perform that action at this time.
0 commit comments