Skip to content
Snippets Groups Projects
Commit 6beb3489 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Make PRINTING_PRINTERS a dict in example config

parent f0a12836
Branches
No related tags found
No related merge requests found
...@@ -26,10 +26,10 @@ CELERY_ACCEPT_CONTENT = ["pickle"] # do not change ...@@ -26,10 +26,10 @@ CELERY_ACCEPT_CONTENT = ["pickle"] # do not change
PRINTING_ACTIVE = True PRINTING_ACTIVE = True
PRINTING_SERVER = "printsrv.example.com:631" PRINTING_SERVER = "printsrv.example.com:631"
PRINTING_USER = "protocols" PRINTING_USER = "protocols"
PRINTING_PRINTERS = [ PRINTING_PRINTERS = {
"example_printer": ["Duplex=DuplexNoTumble", "option2=value"], "example_printer": ["Duplex=DuplexNoTumble", "option2=value"],
"other_printer": ["list", "of", "options"] "other_printer": ["list", "of", "options"]
] }
# etherpad (optional) # etherpad (optional)
ETHERPAD_ACTIVE = True ETHERPAD_ACTIVE = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment