Skip to content

Commit

Permalink
Merge pull request #40 from ericvaandering/import_export
Browse files Browse the repository at this point in the history
Need to add importer/exporter
  • Loading branch information
tbeerman authored Nov 4, 2019
2 parents e240b78 + 78b53da commit 40c4e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/rucio.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ CacheRoot /tmp
WSGIScriptAlias /accountlimits /usr/lib/python2.7/site-packages/rucio/web/rest/account_limit.py
WSGIScriptAlias /config /usr/lib/python2.7/site-packages/rucio/web/rest/config.py
WSGIScriptAlias /dids /usr/lib/python2.7/site-packages/rucio/web/rest/did.py
WSGIScriptAlias /export /usr/lib/python2.7/site-packages/rucio/web/rest/exporter.py
WSGIScriptAlias /identities /usr/lib/python2.7/site-packages/rucio/web/rest/identity.py
WSGIScriptAlias /import /usr/lib/python2.7/site-packages/rucio/web/rest/importer.py
WSGIScriptAlias /heartbeats /usr/lib/python2.7/site-packages/rucio/web/rest/heartbeat.py
WSGIScriptAlias /locks /usr/lib/python2.7/site-packages/rucio/web/rest/lock.py
WSGIScriptAlias /meta /usr/lib/python2.7/site-packages/rucio/web/rest/meta.py
Expand Down

0 comments on commit 40c4e47

Please sign in to comment.