-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
26 lines (26 loc) · 1.05 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Alexandria's Revenge",
"description": "A ready-to-go, full stack, and decentralized web archive built on Arweave.",
"repository": "https://github.com/mccallofthewild/alexandrias-revenge",
"logo": "https://github.com/mccallofthewild/alexandrias-revenge/raw/master/docs/logo.svg?sanitize=true",
"keywords": ["arweave", "blockchain", "archive"],
"website": "https://alexandriasrevenge.herokuapp.com",
"env": {
"TEMPLATE_DEPLOY_DYNAMIC_WALLET_IDENTIFIER": {
"description": "A key to find your encrypted wallet on the Arweave network.",
"generator": "secret"
},
"TEMPLATE_DEPLOY_DYNAMIC_WALLET_SECRET": {
"description": "A secret key for encrypting your dynamic wallet on the Arweave network.",
"generator": "secret"
},
"TEMPLATE_DEPLOY_TRUSTED_PEER_URI": {
"description": "A friendly peer server to upload your encrypted wallet file to the Arweave network. (Do not change)",
"value": "https://alexandriasrevenge.herokuapp.com"
},
"NODE_ENV": {
"description": "Production environment identifier.",
"value": "production"
}
}
}