Skip to content

Commit

Permalink
feat(turbo.json): add new environment variables related to logging to…
Browse files Browse the repository at this point in the history
… turbo.json

Added new environment variables related to logging (NEXT_PUBLIC_LOGTO_ENDPOINT, NEXT_PUBLIC_LOGTO_APPID, NEXT_PUBLIC_LOGTO_API_FIRST_RESOURCE, NEXT_PUBLIC_LOGTO_API_SECOND_RESOURCE) to turbo.json file. This change allows for better configuration and integration of logging functionality within the application.
  • Loading branch information
ktun95 committed Jun 10, 2024
1 parent 5ebf5ac commit baa91fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"NEXT_PUBLIC_FOOTER_JSON",
"NEXT_PUBLIC_NAVBAR_JSON",
"NEXT_PUBLIC_MOCK_SERVER",
"NEXT_PUBLIC_DEPLOY_ENV"
"NEXT_PUBLIC_DEPLOY_ENV",
"NEXT_PUBLIC_LOGTO_ENDPOINT",
"NEXT_PUBLIC_LOGTO_APPID",
"NEXT_PUBLIC_LOGTO_API_FIRST_RESOURCE",
"NEXT_PUBLIC_LOGTO_API_SECOND_RESOURCE"
],
"pipeline": {
"build": {
Expand Down

0 comments on commit baa91fc

Please sign in to comment.