-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): proper error message when microservice command not run from…
- Loading branch information
1 parent
eeac7f6
commit 3ea4325
Showing
12 changed files
with
159 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
NODE_ENV=dev | ||
LOG_LEVEL= | ||
DB_HOST=localhost | ||
DB_PORT=1234 | ||
DB_USER=potgres | ||
DB_PASSWORD=abc | ||
DB_DATABASE=oidc | ||
DB_SCHEMA=main | ||
REDIS_HOST=localhost | ||
REDIS_PORT=6379 | ||
REDIS_URL=redis://localhost:6379/ | ||
REDIS_PASSWORD= | ||
REDIS_DATABASE=0 | ||
JWT_PRIVATE_KEY= | ||
JWT_PUBLIC_KEY= | ||
JWT_SECRET=secret | ||
JWT_ISSUER=issuer | ||
USER_TEMP_PASSWORD= | ||
OIDC_CLAIMS_PROFILE= | ||
OIDC_ISSUER_URL= | ||
OIDC_INTERACTION_TIME= | ||
OIDC_SESSION_TIME= | ||
OIDC_GRANT_TIME= | ||
OIDC_ID_TOKEN_TIME= | ||
OIDC_JWKS_KTY= | ||
OIDC_JWKS_ALG= | ||
OIDC_JWKS_USE= | ||
OIDC_JWKS_D= | ||
OIDC_JWKS_DP= | ||
OIDC_JWKS_DQ= | ||
OIDC_JWKS_E= | ||
OIDC_JWKS_N= | ||
OIDC_JWKS_P= | ||
OIDC_JWKS_Q= | ||
OIDC_JWKS_QI= | ||
OIDC_JWKS_KID= | ||
OIDC_COOKIES= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.