Try specifying apollo endpoint in a config file

This commit is contained in:
Trevor Blades
2018-11-05 12:49:49 -08:00
parent 82c21fa4a6
commit b327ab415e
2 changed files with 5 additions and 2 deletions

3
apollo.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
endpoint: `http://localhost:${process.env.PORT}`
};