Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.env file not included #6

Open
rylxes opened this issue Nov 14, 2018 · 2 comments
Open

.env file not included #6

rylxes opened this issue Nov 14, 2018 · 2 comments

Comments

@rylxes
Copy link

rylxes commented Nov 14, 2018

nice work here ,

Please there seems to not be an env example in either the server or client folder

thanks

@theprobugmaker
Copy link

theprobugmaker commented Nov 19, 2018

@rylxes Here is one based on the original that was removed:

MONGO_URL=mongodb://username:password@localhost:27017/next-graphql
AUTH_SECRET=
SESSION_SECRET=
PORT=4000
CLIENT_URL_DEV=http://localhost:3000
CLIENT_URL_PROD=https://next-graphql.now.sh
GOOGLE_CLIENT_ID=
GOOGLE_SECRET_ID=
ROOT_URL_DEV=http://localhost:4000
ROOT_URL_PROD=https://next-graphql-api.now.sh 

@rylxes
Copy link
Author

rylxes commented Nov 30, 2018

thanks a lot ,

Cheers !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants