Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
🔧 Update now config
Browse files Browse the repository at this point in the history
  • Loading branch information
tjoskar committed May 29, 2018
1 parent b0bb37c commit a2c0dc7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"now": {
"name": "episodehunter-red-keep",
"alias": "episodehunter-red-keep",
"alias": "redkeep.episodehunter.tv",
"files": [
"dist"
],
Expand All @@ -92,6 +92,16 @@
"API_KEY": "@red-keep-api-key",
"APOLLO_ENGINE_API_KEY": "@red-keep-apollo-engine-api-key",
"NODE_ENV": "production"
},
"scale": {
"sfo1": {
"min": 1,
"max": "auto"
},
"bru1": {
"min": 1,
"max": "auto"
}
}
}
}

0 comments on commit a2c0dc7

Please sign in to comment.