From 4408619b89f4cfc5995e156d2ebbf940b0249ef6 Mon Sep 17 00:00:00 2001 From: tg666 Date: Tue, 16 Aug 2022 22:31:25 +0200 Subject: [PATCH] Update --- .env.dist | 2 +- LICENSE.md | 21 --------------------- README.md | 5 ----- docs/development.md | 4 +--- 4 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 LICENSE.md diff --git a/.env.dist b/.env.dist index 5dbe5cc0..a8286692 100644 --- a/.env.dist +++ b/.env.dist @@ -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://hash@sentry.io/123 diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index d662eaa7..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -# MIT License - -Copyright (c) 2022 '68 Publishers - -> Permission is hereby granted, free of charge, to any person obtaining a copy -> of this software and associated documentation files (the "Software"), to deal -> in the Software without restriction, including without limitation the rights -> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -> copies of the Software, and to permit persons to whom the Software is -> furnished to do so, subject to the following conditions: -> -> The above copyright notice and this permission notice shall be included in all -> copies or substantial portions of the Software. -> -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -> SOFTWARE. diff --git a/README.md b/README.md index f10de8ba..ea7be133 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ * [Installation](#installation) * [Product Documentation](#product-documentation) * [Development Guide](#development-guide) -* [License](#license) ## About CMP @@ -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. diff --git a/docs/development.md b/docs/development.md index f89b79b2..3bfe30bf 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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