14 lines
311 B
Markdown
14 lines
311 B
Markdown
#### Changing API URL
|
|
|
|
If you want to use a specific URL by ignoring the "normal" functionality of Package, the only thing you need to to add is a `PAYKU_BASE_URL` key to your project's `.env` file
|
|
|
|
```bash
|
|
PAYKU_BASE_URL=https://des.payku.cl/api
|
|
```
|
|
|
|
or...
|
|
|
|
```bash
|
|
PAYKU_BASE_URL=https://app.payku.cl/api
|
|
```
|