add property to site.xml

This commit is contained in:
Khalid Huseynov 2016-11-11 18:13:18 +09:00
parent ab2cdfd384
commit b7f28b3061

View file

@ -277,6 +277,12 @@
<description>Anonymous user allowed by default</description>
</property>
<property>
<name>zeppelin.notebook.public</name>
<value>true</value>
<description>Make notebook public by default when created, private otherwise</description>
</property>
<property>
<name>zeppelin.websocket.max.text.message.size</name>
<value>1024000</value>
@ -284,4 +290,3 @@
</property>
</configuration>