forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 11
Testing the Package Manager Server
Peter Boyer edited this page Jun 18, 2015
·
1 revision
When testing the package manager, don't send your test packages to the production server. Use the staging server. This prevents your packages from polluting real packages and activity. It's easy to configure Dynamo to use the staging server.
In the Dynamo install directory, find a file called DynamoCore.dll.config. It will contain a line like this:
<add key="packageManagerAddress" value="https://www.dynamopackages.com" />
Simply change this to point to the staging server at http://107.20.146.184/. So now, it should look like this:
<add key="packageManagerAddress" value="http://107.20.146.184/" />
- Make sure the staging server is set to http, not https!