Skip to content

Commit

Permalink
docs: update API url
Browse files Browse the repository at this point in the history
  • Loading branch information
Hema2-official authored Nov 9, 2024
1 parent 5c7b661 commit 74999f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ API_KEY=
SECRET_KEY=

# optional
API_URL=https://porkbun.com/api/json/v3
API_URL=https://api.porkbun.com/api/json/v3
CERTIFICATE_PATH=/etc/porkcron/certificate.pem
PRIVATE_KEY_PATH=/etc/porkcron/private_key.pem
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Take a look at the `.env.example` file.
It contains all the environment variables used by `porkcron`.
Rename it to `.env` and fill it with the values you got earlier.

| Name | Description | Required | Default |
|------------------|-------------------------------------|:--------:|---------------------------------|
| DOMAIN | your Porkbun domain | yes | - |
| API_KEY | your Porkbun API key | yes | - |
| SECRET_KEY | your Porkbun API secret key | yes | - |
| API_URL | the Porkbun API address | no | https://porkbun.com/api/json/v3 |
| CERTIFICATE_PATH | the path to save the certificate to | no | /etc/porkcron/certificate.pem |
| PRIVATE_KEY_PATH | the path to save the private key to | no | /etc/porkcron/private_key.pem |
| Name | Description | Required | Default |
|------------------|-------------------------------------|:--------:|-------------------------------------|
| DOMAIN | your Porkbun domain | yes | - |
| API_KEY | your Porkbun API key | yes | - |
| SECRET_KEY | your Porkbun API secret key | yes | - |
| API_URL | the Porkbun API address | no | https://api.porkbun.com/api/json/v3 |
| CERTIFICATE_PATH | the path to save the certificate to | no | /etc/porkcron/certificate.pem |
| PRIVATE_KEY_PATH | the path to save the private key to | no | /etc/porkcron/private_key.pem |

Now you need to choose the installation method.

Expand Down

0 comments on commit 74999f6

Please sign in to comment.