Comparing version 0.2.12 to 0.2.13
@@ -9,3 +9,3 @@ var _ = require("underscore"); | ||
var config = loadConfig("ap3.json"); | ||
var config = loadConfig("config.json"); | ||
var publicKey = loadFile("public-key.pem"); | ||
@@ -66,15 +66,7 @@ var privateKey = loadFile("private-key.pem"); | ||
store: "memory", | ||
hosts: [{ | ||
url: "http://localhost:1990/confluence", | ||
user: "admin", | ||
pass: "admin" | ||
}, { | ||
url: "http://localhost:2990/jira", | ||
user: "admin", | ||
pass: "admin" | ||
}, { | ||
url: "http://localhost:5990/refapp", | ||
user: "admin", | ||
pass: "admin" | ||
}] | ||
hosts: [ | ||
url: "http://admin:admin@localhost:1990/confluence", | ||
url: "http://admin:admin@localhost:2990/jira", | ||
url: "http://admin:admin@localhost:5990/refapp" | ||
] | ||
}; | ||
@@ -81,0 +73,0 @@ |
{ | ||
"name": "ap3", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "Helper package for Atlassian Plugins 3 add-ons running on Express", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,3 +0,3 @@ | ||
# Atlassian Plugins 3 lib for Express | ||
# ap3: Node package for Express based Atlassian Plugins 3 Add-ons | ||
This npm library is a collection of useful node modules for speeding up your P3 add-on development. It's currently experimental at this point and is in active development. | ||
TODO |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33768
882