-
Notifications
You must be signed in to change notification settings - Fork 4
Reviews #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reviews #17
Changes from all commits
77b5799
0e000a6
0ff4a51
02e7f18
7da90d0
c4d2789
c746c87
2707ba8
695a7f9
38fc0a5
432c1cc
432e6a4
7c88b76
62f8c9f
96bcff4
1a11f8d
69e0219
d64b14a
a414b69
7ea88b2
da7a8be
487e849
8c5da3e
89f4591
fc50856
3473b24
f9d33a1
eb3d67f
2828ce5
aa6d8d9
3d9e54b
254987a
826e070
a8e1215
ae3c67a
9ccd4db
aec6b34
995e6d6
9597f20
3bd5520
cdb4d11
4161f13
f18662e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,9 @@ lerna-debug.log* | |
# IDE | ||
.vscode/ | ||
|
||
# E2E tests | ||
secrets/m2m.json | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider whether |
||
|
||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a typo in the environment variable name
AUTH0_PROXY_SEREVR_URL
. It should beAUTH0_PROXY_SERVER_URL
.