mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
13 lines
473 B
XML
13 lines
473 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
If you are planning to use the export / import repository capsule process for development in your
|
|
local Tool Shed, make sure to change the following to be the account you'll use for development.
|
|
When you export your developed repositories for importing into another Tool Shed, this account
|
|
must be available in that Tool Shed..
|
|
-->
|
|
<user>
|
|
<email>admin@test.org</email>
|
|
<password>testuser</password>
|
|
<username>admin</username>
|
|
</user>
|