From 0a6d8349ef3ff5448a842abd8d007b3ef1f14d60 Mon Sep 17 00:00:00 2001 From: Asone Date: Mon, 30 Jul 2018 00:37:57 +0200 Subject: [PATCH] adding dot env dist file --- .env.dist | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.dist b/.env.dist index ccc8ae2..d463f26 100644 --- a/.env.dist +++ b/.env.dist @@ -1,5 +1,5 @@ # Docker Compose project name, used to prefix container names -COMPOSE_PROJECT_NAME=connectapi +COMPOSE_PROJECT_NAME=tricoteuses # If using Docker for Mac, you better use docker-sync for IO perf issue, # see : https://forums.docker.com/t/file-access-in-mounted-volumes-extremely-slow-cpu-bound/8076/270 @@ -15,6 +15,3 @@ TIMEZONE=Europe/Paris # Server Name SERVER_NAME=locahost - -# URL to access the GraphQL API for documentation generation -DOCUMENTATION_API_END_POINT=http://nginx/api/graphql