Skip to content

Instantly share code, notes, and snippets.

@MuddyBootsCode
Created August 11, 2023 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MuddyBootsCode/3393ebec4fedb585f533380ae557b43b to your computer and use it in GitHub Desktop.
Save MuddyBootsCode/3393ebec4fedb585f533380ae557b43b to your computer and use it in GitHub Desktop.
# Docker
DOCKER_FRONTEND_PORT=3000
DOCKER_BACKEND_PORT=4000
DOCKER_NAME=DEV
COMPOSE_PROJECT_NAME=neo4j-docker-dev
# production
#IS_PRODUCTION=true
# UI
NODE_PATH="/src"
REACT_APP_DOMAIN_URL=""
REACT_APP_CLIENT_ID=""
REACT_APP_REDIRECT_URI=""
REACT_APP_GRAPHQL_URL="http://localhost:4000"
TEST_APP_GRAPHQL_URL="http://localhost:4000"
REACT_APP_JWT_NAMESPACE=""
REACT_APP_AUTH_API_URL=""
# API
DEV="true"
NEO4J_URI="bolt://neo4j:7687"
NEO4J_USER="neo4j"
NEO4J_PASSWORD="dockerNeo4j"
#PORT="4000" # defaults to 4000
AUTH_API_URL=""
AUTH_CLIENT_ID=""
JWT_SECRET=""
AUTH_CLIENT_SECRET=""
NEO4J_ENCRYPTED=ENCRYPTION_OFF
S3_KEY=""
S3_SECRET=""
S3_PATH=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment