From: Tom Clegg Date: Mon, 3 Aug 2015 16:19:06 +0000 (-0400) Subject: 6663: Use a more obviously fake token. X-Git-Tag: 1.1.0~1435^2~18 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/97fa1e269cf5d33365d76fcdc6ec3f6734b0f468 6663: Use a more obviously fake token. --- diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid index 21426daaef..95ab1c3fe5 100644 --- a/doc/install/install-arv-git-httpd.html.textile.liquid +++ b/doc/install/install-arv-git-httpd.html.textile.liquid @@ -39,7 +39,7 @@ On the API server, if you are using RVM:
gitserver:~$ cd /var/www/arvados-api/current
 gitserver:/var/www/arvados-api/current$ sudo -u www-data RAILS_ENV=production `which rvm-exec` default bundle exec ./script/create_superuser_token.rb
-4hdqaixi5a027jqn0vyjbwa3xmcue8logzhtsmk1bplgp064fe
+zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
 
@@ -48,7 +48,7 @@ If you are not using RVM:
gitserver:~$ cd /var/www/arvados-api/current
 gitserver:/var/www/arvados-api/current$ sudo -u www-data RAILS_ENV=production bundle exec ./script/create_superuser_token.rb
-4hdqaixi5a027jqn0vyjbwa3xmcue8logzhtsmk1bplgp064fe
+zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
 
@@ -182,7 +182,7 @@ Create a configuration file @/var/www/arvados-api/current/config/arvados-clients gitolite_url: /var/lib/arvados/git/repositories/gitolite-admin.git gitolite_tmp: /var/lib/arvados/git arvados_api_host: uuid_prefix.example.com - arvados_api_token: "4hdqaixi5a027jqn0vyjbwa3xmcue8logzhtsmk1bplgp064fe" + arvados_api_token: "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" arvados_api_host_insecure: false gitolite_arvados_git_user_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7aBIDAAgMQN16Pg6eHmvc+D+6TljwCGr4YGUBphSdVb25UyBCeAEgzqRiqy0IjQR2BLtSirXr+1SJAcQfBgI/jwR7FG+YIzJ4ND9JFEfcpq20FvWnMMQ6XD3y3xrZ1/h/RdBNwy4QCqjiXuxDpDB7VNP9/oeAzoATPZGhqjPfNS+RRVEQpC6BzZdsR+S838E53URguBOf9yrPwdHvosZn7VC0akeWQerHqaBIpSfDMtaM4+9s1Gdsz0iP85rtj/6U/K/XOuv2CZsuVZZ52nu3soHnEX2nx2IaXMS3L8Z+lfOXB2T6EaJgXF7Z9ME5K1tx9TSNTRcYCiKztXLNLSbp git@gitserver"