mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-14 06:06:10 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e1eccfa5 | ||
|
|
7c8086fea3 |
@@ -85,6 +85,7 @@ class ServeCommand extends Command
|
||||
$jobs = $response->json();
|
||||
|
||||
if (empty($jobs)) {
|
||||
sleep(2);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
@@ -93,12 +93,11 @@ using a different user, make sure to replace `print-cli` with the correct userna
|
||||
|
||||
Next create a configuration file `~/print-cli.yml`, and add the following content:
|
||||
|
||||
> Make sure to replace the `license_key`, `your-printer-uuid`, `address`, `username`, and `password` with your own
|
||||
> Make sure to replace the `your-printer-uuid`, `address`, `username`, and `password` with your own
|
||||
> values. Also make sure to replace the `base_url` with the correct URL to our events platform.
|
||||
|
||||
```yaml
|
||||
base_url: 'https://events.anikeen.com'
|
||||
license_key: 'your-license-key'
|
||||
printers:
|
||||
- id: 'your-printer-uuid'
|
||||
name: EPSON ET 2750
|
||||
|
||||
Reference in New Issue
Block a user