Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Aug 16, 2022
1 parent 4d0be78 commit 4408619
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ REDIS_HOST=redis
REDIS_PORT=6379
REDIS_AUTH=redis_pass

MAILER_EMAIL=info@cmp.io
MAILER_EMAIL=info@example.com
MAILER_FROM="Consent Management Platform"

SENTRY_DSN=https://[email protected]/123
Expand Down
21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* [Installation](#installation)
* [Product Documentation](#product-documentation)
* [Development Guide](#development-guide)
* [License](#license)

## About CMP

Expand Down Expand Up @@ -48,7 +47,3 @@ For documentation of the application from a user perspective, please go to the [
## Development Guide

For more technical information, please go to the [Development Guide](docs/development.md).

## License

The package is distributed under the MIT License. See [LICENSE](LICENSE.md) for more information.
4 changes: 1 addition & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ The application exposes our API to communicate with the cookie widget.
All endpoints are described using OpenApi. To display the Swagger UI, set the ENV variable `API_DOCS_ENABLED` to `1` and open the `http://localhost:8888/api/docs` page in your browser.

If you use [68publishers/cookie-consent](https://github.com/68publishers/cookie-consent) on your sites, there is no need to manually integrate or call anything, everything is already prepared, and you just need to set the GTM tag correctly.
You can read how to integrate it in the 68publishers/cookie-consent documentation.

@TODO documentation link
You can read how to integrate it in the 68publishers/cookie-consent [documentation](https://github.com/68publishers/cookie-consent#integration-with-cmp-application).

## How to update to the latest version

Expand Down

0 comments on commit 4408619

Please sign in to comment.