mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-3092] Remove test GitHub repository URL and access token
This commit is contained in:
parent
90de14ccdf
commit
0e9db3f6a8
3 changed files with 6 additions and 6 deletions
|
|
@ -523,7 +523,7 @@
|
|||
<!-- GitHub configurations
|
||||
<property>
|
||||
<name>zeppelin.notebook.git.remote.url</name>
|
||||
<value>git@github.com:mohamagdy/zeppelin-notebooks.git</value>
|
||||
<value></value>
|
||||
<description>remote Git repository URL</description>
|
||||
</property>
|
||||
|
||||
|
|
@ -535,7 +535,7 @@
|
|||
|
||||
<property>
|
||||
<name>zeppelin.notebook.git.remote.access-token</name>
|
||||
<value>1b29e853bc73b90af0d280233101f91b9105d7cb</value>
|
||||
<value></value>
|
||||
<description>remote Git repository password</description>
|
||||
</property>
|
||||
|
||||
|
|
|
|||
|
|
@ -370,7 +370,7 @@ To enable GitHub tracking, uncomment the following properties in `zeppelin-site.
|
|||
```sh
|
||||
<property>
|
||||
<name>zeppelin.notebook.git.remote.url</name>
|
||||
<value>git@github.com:mohamagdy/zeppelin-notebooks.git</value>
|
||||
<value></value>
|
||||
<description>remote Git repository URL</description>
|
||||
</property>
|
||||
|
||||
|
|
@ -382,7 +382,7 @@ To enable GitHub tracking, uncomment the following properties in `zeppelin-site.
|
|||
|
||||
<property>
|
||||
<name>zeppelin.notebook.git.remote.access-token</name>
|
||||
<value>1b29e853bc73b90af0d280233101f91b9105d7cb</value>
|
||||
<value></value>
|
||||
<description>remote Git repository password</description>
|
||||
</property>
|
||||
|
||||
|
|
|
|||
|
|
@ -253,7 +253,7 @@
|
|||
|
||||
<property>
|
||||
<name>zeppelin.notebook.git.remote.url</name>
|
||||
<value>git@github.com:mohamagdy/zeppelin-notebooks.git</value>
|
||||
<value></value>
|
||||
<description>remote Git repository URL</description>
|
||||
</property>
|
||||
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
|
||||
<property>
|
||||
<name>zeppelin.notebook.git.remote.access-token</name>
|
||||
<value>1b29e853bc73b90af0d280233101f91b9105d7cb</value>
|
||||
<value></value>
|
||||
<description>remote Git repository password</description>
|
||||
</property>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue