Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
6beb3489
Commit
6beb3489
authored
Feb 17, 2018
by
Robin Sonnabend
Browse files
Make PRINTING_PRINTERS a dict in example config
parent
f0a12836
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.py.example
View file @
6beb3489
...
...
@@ -26,10 +26,10 @@ CELERY_ACCEPT_CONTENT = ["pickle"] # do not change
PRINTING_ACTIVE = True
PRINTING_SERVER = "printsrv.example.com:631"
PRINTING_USER = "protocols"
PRINTING_PRINTERS =
[
PRINTING_PRINTERS =
{
"example_printer": ["Duplex=DuplexNoTumble", "option2=value"],
"other_printer": ["list", "of", "options"]
]
}
# etherpad (optional)
ETHERPAD_ACTIVE = True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment