Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix environmental configuration. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QCP_BACKEND_ENDPOINT=https://api.qenta.com/page/toolkit.php
QCP_BACKEND_CUSTOMER_PASSWORD=9p3a0m5f
QCP_BACKEND_CUSTOMER_ID=D200410
QCP_BACKEND_CUSTOMER_SECRET=UVNWUCQ7AGE9F5837YW53JBWDP77PWDHS2DMC3TMJ8VYB42G2WM4FWYTK5Z9
QCP_BACKEND_SHOP_ID=page
QCP_BACKEND_SHOP_SECRET=UVNWUCQ7AGE9F5837YW53JBWDP77PWDHS2DMC3TMJ8VYB42G2WM4FWYTK5Z9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This example demonstrates the usage of the backend operations and provides a basis for integration into PHP-based systems.

Our [Online Guides](https://guides.qenta.com/ "Online Guides") provide an in depth description of the [backend operations](https://guides.qenta.com/backend-operations/ "backend operations") for Qenta.
Our [Online Guides](https://guides.qenta.com/ "Online Guides") provide an in depth description of the [backend operations](https://guides.qenta.com/backend/backend-operations/ "backend operations") for Qenta.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
- QCP_BACKEND_ENDPOINT=${QCP_BACKEND_ENDPOINT}
- QCP_BACKEND_CUSTOMER_PASSWORD=${QCP_BACKEND_CUSTOMER_PASSWORD}
- QCP_BACKEND_CUSTOMER_ID=${QCP_BACKEND_CUSTOMER_ID}
- QCP_BACKEND_CUSTOMER_SECRET=${QCP_BACKEND_CUSTOMER_SECRET}
- QCP_BACKEND_SHOP_ID=${QCP_BACKEND_SHOP_ID}
- QCP_BACKEND_SHOP_SECRET=${QCP_BACKEND_SHOP_SECRET}