Skip to content

Commit

Permalink
resolve jwt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eskinderg committed Oct 24, 2024
1 parent f44f6ba commit 31c1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const environment = {
API_URL: 'http://localhost:3000',

Auth: {
authority: 'http://esk-linux-u23:8080/realms/master',
authority: 'http://192.168.100.5:8080/realms/master',
requireHttps: false,
client_id: 'Angular6',
response_type: 'code',
Expand Down

0 comments on commit 31c1e79

Please sign in to comment.