mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add property to site.xml
This commit is contained in:
parent
ab2cdfd384
commit
b7f28b3061
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue