forked from headissue/shariff-backend-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
16 lines (16 loc) · 659 Bytes
/
Copy pathapp.json
File metadata and controls
16 lines (16 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "shariff-backend-java",
"description": "A java backend for Shariff",
"repository": "https://github.com/headissue/shariff-backend-java",
"keywords": ["java", "shariff"],
"env": {
"SHARECOUNT_PROXY_MAINTAINER": {
"description": "Used in the User-Agent when querying services; use your website or email address where a provider can contact you",
"value": "heroku-button-deploy of https://github.com/headissue/shariff-backend-java"
},
"SHARECOUNT_PROXY_DOMAINLIST": {
"description": "List of Domains seperated with semicolons that are allowed to get asked about (regex possible)",
"value": ".*"
}
}
}