-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Alice Jacka edited this page Dec 17, 2023
·
1 revision
Place GoLabel label files in the ./templates
directory
In config.json
you can configure the following:
Key | Description | Default |
---|---|---|
golabelPath |
Path to GoLabel II executable. \ need to be replaced with \\ , eg C:\Users\Alice > C:\\Users\\Alice
|
C:\\Program Files (x86)\\GoDEX\\GoLabel II\\GoLabel.exe |
defaultPort |
Port to run the server on1 | 80 |
inverseSettings.speed |
The speed the printer should run at when printing inverse labels | 2 |
inverseSettings.darkness |
The darkness the printer should use when printing inverse labels | 1 |
1This is overriden by the second command line argument, eg run.bat 8080
or node src/server.js 8080
will run the server on port 8080