Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes committed Aug 22, 2024
1 parent 2af6268 commit fa3b374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/angular/src/environments/environment.development.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const environment = {
dotcmsUrl: 'https://demo.dotcms.com',
dotcmsUrl: 'http://localhost:8080',
/**
* This auth token will be exposed in the client-side requests,
* for security purposes, make sure is read-only.
* More info: https://www.dotcms.com/docs/latest/permissions
*/
authToken: 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhcGk1MzllYjlkZS1jMjE3LTRlM2EtOWU2Zi00OTVjYWYyNTU4YTIiLCJ4bW9kIjoxNzI0MjY1Mjk0MDAwLCJuYmYiOjE3MjQyNjUyOTQsImlzcyI6IjNkNmFjNThjYzgiLCJleHAiOjE3MjUxMjkyOTQsImlhdCI6MTcyNDI2NTI5NCwianRpIjoiZGMxZTMyZjctMjZmMS00NWZlLTlhNmEtNmMyNTM1N2FiYWVjIn0.WPM7-4vTbqQUrlDKcKPhDl2tbTMJJVPhLX-urrVWLNo',
authToken: 'YOUR_AUTH_TOKEN',
siteId: 'true',
};

0 comments on commit fa3b374

Please sign in to comment.