Next-GraphQL-Blog
Next-GraphQL-Blog copied to clipboard
.env file not included
nice work here ,
Please there seems to not be an env example in either the server or client folder
thanks
@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
thanks a lot ,
Cheers !