diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-28 12:09:41 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-28 12:09:41 +0100 |
commit | 7148c0b2dd20f9ec58304ed6ab154e901dba1bea (patch) | |
tree | 50648e91513b74c4ef7ba23b9b851c61c6fbfbc8 /cqrlogo.conf | |
parent | b66003a3cae3adad2183bbc010a3a28664323024 (diff) | |
download | cqrlogo-7148c0b2dd20f9ec58304ed6ab154e901dba1bea.tar.gz cqrlogo-7148c0b2dd20f9ec58304ed6ab154e901dba1bea.tar.zst |
add configuration file
Diffstat (limited to 'cqrlogo.conf')
-rw-r--r-- | cqrlogo.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cqrlogo.conf b/cqrlogo.conf new file mode 100644 index 0000000..1203971 --- /dev/null +++ b/cqrlogo.conf @@ -0,0 +1,16 @@ +# cqrlogo (CGI QR-Code logo) configuration file + +# We need a default section and call it 'general', so do not change this line. +[general] + +scale = 2 +border = 1 +level = 2 +allow overwrite = true + +# you may want to specify other settings for specific hosts +#[example.com] +#scale = 4 +#border = 2 +#level = 2 +#allow overwrite = false |