Set https to 0 in conf template

This commit is contained in:
Luc Didry
2014-02-16 19:21:45 +01:00
parent 51e0483652
commit 23a74b2b86

View File

@@ -14,5 +14,5 @@
hosted_by => 'My super hoster <img src="http://hoster.example.com" alt="Hoster logo">', # optional
tweet_card_via => '@framasky', # optional
max_file_size => 10485760, # optional, size in octets, you can write it 10*1024*1024
https => 1, # optional, set to 1 if you use Lutim behind a secure web server
https => 0, # optional, set to 1 if you use Lutim behind a secure web server
};